IVsCmdNameMapping Members
Include Protected Members
Include Inherited Members
Maps command names and GUIDs. Enables you to determine all commands and names. You can get an instance of this interface from the SVsCmdNameMapping (SID_SVsCmdNameMapping) service.
The IVsCmdNameMapping type exposes the following members.
Methods
Name | Description | |
---|---|---|
EnumMacroNames | Returns an enumerator for the names of macros in the project. | |
EnumNames | Returns an enumerator for the names in the project. | |
GetLastUpdated | Returns the relative time the names in the project were last updated. | |
MapGUIDIDToName | Map the GUID and identifier of a command to its name. | |
MapNameToGUIDID | Maps the name of a command to the GUID of its group and its identifier. |
Top