IVsTextViewEx.InvokeInsertionUI 方法

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop.8.0(在 Microsoft.VisualStudio.TextManager.Interop.8.0.dll 中)

语法

声明
Function InvokeInsertionUI ( _
    pCompSet As IVsCompletionSet, _
    bstrPrefixText As String, _
    bstrCompletionChar As String, _
    <OutAttribute> ByRef pInsertionUI As IVsInsertionUI _
) As Integer
int InvokeInsertionUI(
    IVsCompletionSet pCompSet,
    string bstrPrefixText,
    string bstrCompletionChar,
    out IVsInsertionUI pInsertionUI
)
int InvokeInsertionUI(
    [InAttribute] IVsCompletionSet^ pCompSet, 
    [InAttribute] String^ bstrPrefixText, 
    [InAttribute] String^ bstrCompletionChar, 
    [OutAttribute] IVsInsertionUI^% pInsertionUI
)
abstract InvokeInsertionUI : 
        pCompSet:IVsCompletionSet * 
        bstrPrefixText:string * 
        bstrCompletionChar:string * 
        pInsertionUI:IVsInsertionUI byref -> int
function InvokeInsertionUI(
    pCompSet : IVsCompletionSet, 
    bstrPrefixText : String, 
    bstrCompletionChar : String, 
    pInsertionUI : IVsInsertionUI
) : int

参数

  • bstrPrefixText
    类型:String
  • bstrCompletionChar
    类型:String

返回值

类型:Int32

.NET Framework 安全性

请参阅

参考

IVsTextViewEx 接口

Microsoft.VisualStudio.TextManager.Interop 命名空间