IVsInsertionUI Interface

Provides methods to get the window handle of and hide the insertion point.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("BB73A6E1-B824-42A1-9AB1-2F254386DFFC")> _
Public Interface IVsInsertionUI
[InterfaceTypeAttribute()]
[GuidAttribute("BB73A6E1-B824-42A1-9AB1-2F254386DFFC")]
public interface IVsInsertionUI
[InterfaceTypeAttribute()]
[GuidAttribute(L"BB73A6E1-B824-42A1-9AB1-2F254386DFFC")]
public interface class IVsInsertionUI
[<InterfaceTypeAttribute()>]
[<GuidAttribute("BB73A6E1-B824-42A1-9AB1-2F254386DFFC")>]
type IVsInsertionUI =  interface end
public interface IVsInsertionUI

The IVsInsertionUI type exposes the following members.

Methods

  Name Description
Public method GetWindowHandle Gets the window handle.
Public method Hide Hides the insertion point.

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace