共用方式為


IVSMDPropertyGrid.CommandsVisible Property

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

See Also

Reference

IVSMDPropertyGrid Interface

IVSMDPropertyGrid Members

Microsoft.VisualStudio.Designer.Interfaces Namespace