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.
See T[:Microsoft.VisualStudio.CommandBars._CommandBarButton] for details.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
<GuidAttribute("E322950C-AAF9-43DF-A328-62A1A7E96AA6")> _
<ClassInterfaceAttribute()> _
Public Class CommandBarButtonClass _
Implements _CommandBarButton, CommandBarButton, _CommandBarButtonEvents_Event
'Usage
Dim instance As CommandBarButtonClass
[GuidAttribute("E322950C-AAF9-43DF-A328-62A1A7E96AA6")]
[ClassInterfaceAttribute()]
public class CommandBarButtonClass : _CommandBarButton,
CommandBarButton, _CommandBarButtonEvents_Event
[GuidAttribute(L"E322950C-AAF9-43DF-A328-62A1A7E96AA6")]
[ClassInterfaceAttribute()]
public ref class CommandBarButtonClass : _CommandBarButton,
CommandBarButton, _CommandBarButtonEvents_Event
[<GuidAttribute("E322950C-AAF9-43DF-A328-62A1A7E96AA6")>]
[<ClassInterfaceAttribute()>]
type CommandBarButtonClass =
class
interface _CommandBarButton
interface CommandBarButton
interface _CommandBarButtonEvents_Event
end
public class CommandBarButtonClass implements _CommandBarButton, CommandBarButton, _CommandBarButtonEvents_Event
Remarks
A _CommandBarButton implements only CommandBarControl, which defines no events. A CommandBarButton implements both _CommandBarButton and _CommandBarButtonEvents_Event. CommandBarButtonClass implements all three interfaces.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.CommandBars.CommandBarButtonClass
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.