_CommandBarButton::HelpFile Property

 

Always returns the empty string.

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

[DispIdAttribute(1610874897)]
property String^ HelpFile {
	[DispIdAttribute(1610874897)]
	String^ get();
	[DispIdAttribute(1610874897)]
	void set(String^ value);
}

Property Value

Type: System::String^

The empty string.

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

Return to top
Show: