IVsTextViewEx.InvokeInsertionUI-Methode
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
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
Parameter
- bstrPrefixText
Typ: String
- bstrCompletionChar
Typ: String
- pInsertionUI
Typ: Microsoft.VisualStudio.TextManager.Interop.IVsInsertionUI%
Rückgabewert
Typ: Int32
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.