Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the type of the control.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Type As MsoControlType
Get
'Usage
Dim instance As CommandBarButtonClass
Dim value As MsoControlType
value = instance.Type
public virtual MsoControlType Type { get; }
public:
virtual property MsoControlType Type {
MsoControlType get ();
}
abstract Type : MsoControlType
override Type : MsoControlType
function get Type () : MsoControlType
Property Value
Type: Microsoft.VisualStudio.CommandBars.MsoControlType
The MsoControlType.
Implements
.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.