CommandStatus.Enabled Property

Namespace:  Microsoft.VisualStudio.TestTools.Vsip
Assembly:  Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)

Syntax

'宣言
Public ReadOnly Property Enabled As Boolean
'使用
Dim instance As CommandStatus
Dim value As Boolean

value = instance.Enabled
public bool Enabled { get; }
public:
property bool Enabled {
    bool get ();
}
public function get Enabled () : boolean

Property Value

Type: System.Boolean

Permissions

See Also

Reference

CommandStatus Class

CommandStatus Members

Microsoft.VisualStudio.TestTools.Vsip Namespace