IVsInsertionUI Interface
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'宣言
<InterfaceTypeAttribute()> _
<GuidAttribute("BB73A6E1-B824-42A1-9AB1-2F254386DFFC")> _
Public Interface IVsInsertionUI
'使用
Dim instance As 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