VCRuntimeEnumProperty.HelpContext Property

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
int HelpContext { get; set; }
property int HelpContext {
    int get ();
    void set (int value);
}
abstract HelpContext : int with get, set
function get HelpContext () : int 
function set HelpContext (value : int)

Property Value

Type: Int32
The help context of the VCRuntimeEnumProperty object.

.NET Framework Security

See Also

Reference

VCRuntimeEnumProperty Interface

Microsoft.VisualStudio.VCProjectEngine Namespace