IVsCmdNameMapping Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

NameDescription
System_CAPS_pubmethodEnumMacroNames(VSCMDNAMEOPTS, IEnumString^)

Returns an enumerator for the names of macros in the project.

System_CAPS_pubmethodEnumNames(VSCMDNAMEOPTS, IEnumString^)

Returns an enumerator for the names in the project.

System_CAPS_pubmethodGetLastUpdated(UInt32)

Returns the relative time the names in the project were last updated.

System_CAPS_pubmethodMapGUIDIDToName(Guid, UInt32, VSCMDNAMEOPTS, String^)

Map the GUID and identifier of a command to its name.

System_CAPS_pubmethodMapNameToGUIDID(String^, Guid, UInt32)

Maps the name of a command to the GUID of its group and its identifier.

Return to top
Show: