IVsShortcutManager Interface

 

Contains shortcut manager methods for the text buffer.

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

[GuidAttribute("78201465-554E-4A7B-998F-443156FD71D3")]
[InterfaceTypeAttribute(1)]
public interface class IVsShortcutManager

NameDescription
System_CAPS_pubmethodCreateItem(Int32, IVsTextLines^, String^)

Creates a shortcut for the specified text buffer.

System_CAPS_pubmethodReadUserOptions(IStream^)

Reads user options stream.

System_CAPS_pubmethodRemoveItem(IVsTextLineMarker^)

Removes the specified item.

System_CAPS_pubmethodWriteUserOptions(IStream^)

Writes user options stream.

Return to top
Show: