IVsCmdNameMapping Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
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:
