IMenuCommand::Visible Property

 

Set to true to have the command appear in the menu.

Namespace:   Microsoft.VisualStudio.Modeling.ExtensionEnablement
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

property bool Visible {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean
Return to top
Show: