NestedProjectBuildDependency.get_HelpContext Method
This class and its members are reserved for internal use and are not intended to be used in your code.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Function get_HelpContext ( _
<OutAttribute> ByRef helpContext As UInteger _
) As Integer
[CLSCompliantAttribute(false)]
public int get_HelpContext(
out uint helpContext
)
[CLSCompliantAttribute(false)]
public:
virtual int get_HelpContext(
[OutAttribute] unsigned int% helpContext
) sealed
[<CLSCompliantAttribute(false)>]
abstract get_HelpContext :
helpContext:uint32 byref -> int
[<CLSCompliantAttribute(false)>]
override get_HelpContext :
helpContext:uint32 byref -> int
public final function get_HelpContext(
helpContext : uint
) : int
Parameters
- helpContext
Type: System.UInt32%
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
Microsoft.VisualStudio.Data.Schema.Package.Project.Internal Namespace