CommandBarComboBoxClass::HelpContextId Property

 

Gets the help context ID. Always returns 0.

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

public:
[DispIdAttribute(1610874895)]
property int HelpContextId {
	[DispIdAttribute(1610874895)]
	virtual int get();
	[DispIdAttribute(1610874895)]
	virtual void set(int value);
}

Property Value

Type: System::Int32

Returns 0.

Attempting to set this property with any other value will cause an exception to be thrown.

Return to top
Show: