Číst v angličtině

Sdílet prostřednictvím


Commands2 Interface

Definition

Contains all commands, in the form of Command objects, in the environment.

public interface class Commands2 : EnvDTE::Commands
Attributes
Implements

Properties

Count

Gets a value indicating the number of objects in the Commands collection.

DTE

Gets the top-level extensibility object.

Parent

Gets the immediate parent object of a Commands collection.

Methods

Add(String, Int32, Object)

Microsoft internal use only.

AddCommandBar(String, vsCommandBarType, Object, Int32)

Creates a command bar that is saved and available the next time the environment is started.

AddNamedCommand(AddIn, String, String, String, Boolean, Int32, Object[], Int32)
Obsolete.

Creates a named command that is saved by the environment and made available the next time the environment starts.

AddNamedCommand2(AddIn, String, String, String, Boolean, Object, Object[], Int32, Int32, vsCommandControlType)
Obsolete.

Creates a named command that is saved by the environment and made available the next time the environment starts, even if the add-in is not loaded on environment startup.

CommandInfo(Object, String, Int32)

Returns the command GUID and ID associated with the given CommandBar control.

GetEnumerator()

Gets an enumerator for items in the Commands collection.

Item(Object, Int32)

Returns an indexed member of a collection.

Raise(String, Int32, Object, Object)

Executes the specified command.

RemoveCommandBar(Object)

Removes a command bar that was created with the AddCommandBar(String, vsCommandBarType, Object, Int32) method.

UpdateCommandUI(Boolean)

Forces a refresh of the command UI state.

Applies to