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.
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 | |
---|---|---|
![]() |
GetWindowHandle | Gets the window handle. |
![]() |
Hide | Hides the insertion point. |
Top