CommandStatus.Visible Property
Gets a value that indicates whether the associated command is visible.
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'Déclaration
Public ReadOnly Property Visible As Boolean
Get
public bool Visible { get; }
public:
property bool Visible {
bool get ();
}
member Visible : bool
function get Visible () : boolean
Property Value
Type: System.Boolean
true if the command is enabled; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.