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
- pCompSet
Type : Microsoft.VisualStudio.TextManager.Interop.IVsCompletionSet
- bstrPrefixText
Type : String
- bstrCompletionChar
Type : String
- pInsertionUI
Type : Microsoft.VisualStudio.TextManager.Interop.IVsInsertionUI%
Valeur de retour
Type : Int32
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.