Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'宣言
Public Sub New ( _
visible As Boolean, _
enabled As Boolean _
)
'使用
Dim visible As Boolean
Dim enabled As Boolean
Dim instance As New CommandStatus(visible, _
enabled)
public CommandStatus(
bool visible,
bool enabled
)
public:
CommandStatus(
bool visible,
bool enabled
)
public function CommandStatus(
visible : boolean,
enabled : boolean
)
Parameters
- visible
Type: System.Boolean
- enabled
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.