VCRuntimeBooleanProperty::HelpContext Property

 

Sets or gets the help context of the property.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

property int HelpContext {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The help context of the VCRuntimeBooleanProperty object.

Return to top
Show: