Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Sets or gets the help context of the property.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property HelpContext As Integer
'Usage
Dim instance As VCRuntimeProperty
Dim value As Integer
value = instance.HelpContext
instance.HelpContext = value
int HelpContext { get; set; }
property int HelpContext {
int get ();
void set (int value);
}
function get HelpContext () : int
function set HelpContext (value : int)
Property Value
Type: System.Int32
The help context of the VCRuntimeProperty object.
.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.