IVsCmdNameMapping Interface
Visual Studio 2015
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.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | EnumMacroNames(VSCMDNAMEOPTS, IEnumString) | Returns an enumerator for the names of macros in the project. |
![]() | EnumNames(VSCMDNAMEOPTS, IEnumString) | Returns an enumerator for the names in the project. |
![]() | GetLastUpdated(UInt32) | Returns the relative time the names in the project were last updated. |
![]() | MapGUIDIDToName(Guid, UInt32, VSCMDNAMEOPTS, String) | Map the GUID and identifier of a command to its name. |
![]() | MapNameToGUIDID(String, Guid, UInt32) | Maps the name of a command to the GUID of its group and its identifier. |
Show:
