Gets the help context of the project, in other words the ID of the help page associated with this project. Not implemented in this class.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
<CLSCompliantAttribute(False)> _
Public Function get_HelpContext ( _
<OutAttribute> ByRef helpContext As UInteger _
) As Integer
'使用
Dim instance As BuildDependency
Dim helpContext As UInteger
Dim returnValue As Integer
returnValue = instance.get_HelpContext(helpContext)
[CLSCompliantAttribute(false)]
public int get_HelpContext(
out uint helpContext
)
[CLSCompliantAttribute(false)]
public:
virtual int get_HelpContext(
[OutAttribute] unsigned int% helpContext
) sealed
public final function get_HelpContext(
helpContext : uint
) : int
Parameters
helpContext
Type: System.UInt32%[out] The help context of the project. Returns 0.
Return Value
Type: System.Int32
Always returns E_NOTIMPL.
Implements
IVsBuildDependency.get_HelpContext(UInt32%)
IVsDependency.get_HelpContext(UInt32%)
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.