IVsInsertionUI Interface

Definition

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.

Applies to