Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'宣言
Private Function NavigateTo As Integer
Implements IVsTaskItem.NavigateTo
'使用
Dim instance As Task
Dim returnValue As Integer
returnValue = CType(instance, IVsTaskItem).NavigateTo()
int IVsTaskItem.NavigateTo()
private:
virtual int NavigateTo() sealed = IVsTaskItem::NavigateTo
JScript does not support explicit interface implementations.
Return Value
Type: System.Int32
Implements
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.