IVsTextViewEx.InvokeInsertionUI, méthode

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntaxe

'Déclaration
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

Paramètres

  • bstrPrefixText
    Type : String
  • bstrCompletionChar
    Type : String

Valeur de retour

Type : Int32

Sécurité .NET Framework

Voir aussi

Référence

IVsTextViewEx Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms