IVsShortcutManager Interface

Definition

Contains shortcut manager methods for the text buffer.

public interface class IVsShortcutManager
public interface class IVsShortcutManager
__interface IVsShortcutManager
[System.Runtime.InteropServices.Guid("78201465-554E-4A7B-998F-443156FD71D3")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsShortcutManager
[System.Runtime.InteropServices.Guid("78201465-554E-4A7B-998F-443156FD71D3")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsShortcutManager
[<System.Runtime.InteropServices.Guid("78201465-554E-4A7B-998F-443156FD71D3")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsShortcutManager = interface
[<System.Runtime.InteropServices.Guid("78201465-554E-4A7B-998F-443156FD71D3")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsShortcutManager = interface
Public Interface IVsShortcutManager
Attributes

Methods

CreateItem(Int32, IVsTextLines, String)

Creates a shortcut for the specified text buffer.

ReadUserOptions(IStream)

Reads user options stream.

RemoveItem(IVsTextLineMarker)

Removes the specified item.

WriteUserOptions(IStream)

Writes user options stream.

Applies to