Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Opens the Help resource associated with a task.
Namespace: Microsoft.VisualStudio.Shell
Assemblies: Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'Declaration
Private Function NavigateToHelp As Integer
Implements IVsTaskItem.NavigateToHelp
'Usage
Dim instance As Task
Dim returnValue As Integer
returnValue = CType(instance, IVsTaskItem).NavigateToHelp()
int IVsTaskItem.NavigateToHelp()
private:
virtual int NavigateToHelp() sealed = IVsTaskItem::NavigateToHelp
private abstract NavigateToHelp : unit -> int
private override NavigateToHelp : unit -> int
JScript does not support explicit interface implementations.
Return Value
Type: System.Int32
S_OK().
Implements
.NET Framework Security
- 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.