IVsInsertionUI Interface
Definition
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.
Provides methods to get the window handle of and hide the insertion point.
public interface class IVsInsertionUI
public interface class IVsInsertionUI
__interface IVsInsertionUI
[System.Runtime.InteropServices.Guid("BB73A6E1-B824-42A1-9AB1-2F254386DFFC")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsInsertionUI
[System.Runtime.InteropServices.Guid("BB73A6E1-B824-42A1-9AB1-2F254386DFFC")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsInsertionUI
[<System.Runtime.InteropServices.Guid("BB73A6E1-B824-42A1-9AB1-2F254386DFFC")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsInsertionUI = interface
[<System.Runtime.InteropServices.Guid("BB73A6E1-B824-42A1-9AB1-2F254386DFFC")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsInsertionUI = interface
Public Interface IVsInsertionUI
- Attributes
Methods
GetWindowHandle(IntPtr) |
Gets the window handle. |
Hide() |
Hides the insertion point. |