Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'宣言
Public ReadOnly Property Visible As Boolean
'使用
Dim instance As CommandStatus
Dim value As Boolean
value = instance.Visible
public bool Visible { get; }
public:
property bool Visible {
bool get ();
}
public function get Visible () : boolean
Property Value
Type: System.Boolean
Permissions
- 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.