NestedProjectBuildDependency.get_HelpContext Method
Gets the help context.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Function get_HelpContext ( _
<OutAttribute> ByRef helpContext As UInteger _
) As Integer
'Usage
Dim instance As NestedProjectBuildDependency
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
[<CLSCompliantAttribute(false)>]
abstract get_HelpContext :
helpContext:uint32 -> int
[<CLSCompliantAttribute(false)>]
override get_HelpContext :
helpContext:uint32 -> int
Parameters
- helpContext
Type: System.UInt32%
The help context
Return Value
Type: System.Int32
Implements
IVsBuildDependency.get_HelpContext(UInt32%)
IVsDependency.get_HelpContext(UInt32%)
.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.
See Also
Reference
NestedProjectBuildDependency Class
NestedProjectBuildDependency Members
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace