Namespace: Microsoft.VisualStudio.Designer.Interfaces
Assembly: Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)
Syntax
声明
ReadOnly Property CommandsVisible As Boolean
Get
用法
Dim instance As IVSMDPropertyGrid
Dim value As Boolean
value = instance.CommandsVisible
bool CommandsVisible { get; }
property bool CommandsVisible {
bool get ();
}
abstract CommandsVisible : bool
function get CommandsVisible () : boolean
Property Value
Type: System.Boolean
.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.