IVsShortcutManager Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains shortcut manager methods for the text buffer.
public interface class IVsShortcutManager
C++/CX
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
Create |
Creates a shortcut for the specified text buffer. |
Read |
Reads user options stream. |
Remove |
Removes the specified item. |
Write |
Writes user options stream. |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |