Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains shortcut manager methods for the text buffer.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<GuidAttribute("78201465-554E-4A7B-998F-443156FD71D3")> _
<InterfaceTypeAttribute()> _
Public Interface IVsShortcutManager
[GuidAttribute("78201465-554E-4A7B-998F-443156FD71D3")]
[InterfaceTypeAttribute()]
public interface IVsShortcutManager
[GuidAttribute(L"78201465-554E-4A7B-998F-443156FD71D3")]
[InterfaceTypeAttribute()]
public interface class IVsShortcutManager
[<GuidAttribute("78201465-554E-4A7B-998F-443156FD71D3")>]
[<InterfaceTypeAttribute()>]
type IVsShortcutManager = interface end
public interface IVsShortcutManager
The IVsShortcutManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CreateItem | Creates a shortcut for the specified text buffer. |
![]() |
ReadUserOptions | Reads user options stream. |
![]() |
RemoveItem | Removes the specified item. |
![]() |
WriteUserOptions | Writes user options stream. |
Top