Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
声明
Function InvokeInsertionUI ( _
    pCompSet As IVsCompletionSet, _
    bstrPrefixText As String, _
    bstrCompletionChar As String, _
    <OutAttribute> ByRef pInsertionUI As IVsInsertionUI _
) As Integer
用法
Dim instance As IVsTextViewEx
Dim pCompSet As IVsCompletionSet
Dim bstrPrefixText As String
Dim bstrCompletionChar As String
Dim pInsertionUI As IVsInsertionUI
Dim returnValue As Integer
returnValue = instance.InvokeInsertionUI(pCompSet, _
    bstrPrefixText, bstrCompletionChar, _
    pInsertionUI)
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
Parameters
- pCompSet
 Type: Microsoft.VisualStudio.TextManager.Interop.IVsCompletionSet
- bstrPrefixText
 Type: System.String
- bstrCompletionChar
 Type: System.String
- pInsertionUI
 Type: Microsoft.VisualStudio.TextManager.Interop.IVsInsertionUI%
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.