IMenuCommand.Visible Property

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

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

Syntax

声明
Property Visible As Boolean
    Get
    Set
bool Visible { get; set; }
property bool Visible {
    bool get ();
    void set (bool value);
}
abstract Visible : bool with get, set
function get Visible () : boolean
function set Visible (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IMenuCommand Interface

Microsoft.VisualStudio.Modeling.ExtensionEnablement Namespace