CommandBars Interface
Represents the set of command bars.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'宣告
<GuidAttribute("83D31B2E-9990-4275-AE39-77D1FB5BBCD9")> _
Public Interface CommandBars _
Inherits _CommandBars, _CommandBarsEvents_Event
'用途
Dim instance As CommandBars
[GuidAttribute("83D31B2E-9990-4275-AE39-77D1FB5BBCD9")]
public interface CommandBars : _CommandBars,
_CommandBarsEvents_Event
[GuidAttribute(L"83D31B2E-9990-4275-AE39-77D1FB5BBCD9")]
public interface class CommandBars : _CommandBars,
_CommandBarsEvents_Event
[<GuidAttribute("83D31B2E-9990-4275-AE39-77D1FB5BBCD9")>]
type CommandBars =
interface
interface _CommandBars
interface _CommandBarsEvents_Event
end
public interface CommandBars extends _CommandBars, _CommandBarsEvents_Event