VsExpansionManagerClass.InvokeInsertionUI Method
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
‘선언
Public Overridable Function InvokeInsertionUI ( _
pView As IVsTextView, _
pClient As IVsExpansionClient, _
guidLang As Guid, _
bstrTypes As String(), _
iCountTypes As Integer, _
fIncludeNULLType As Integer, _
bstrKinds As String(), _
iCountKinds As Integer, _
fIncludeNULLKind As Integer, _
bstrPrefixText As String, _
bstrCompletionChar As String _
) As Integer
‘사용 방법
Dim instance As VsExpansionManagerClass
Dim pView As IVsTextView
Dim pClient As IVsExpansionClient
Dim guidLang As Guid
Dim bstrTypes As String()
Dim iCountTypes As Integer
Dim fIncludeNULLType As Integer
Dim bstrKinds As String()
Dim iCountKinds As Integer
Dim fIncludeNULLKind As Integer
Dim bstrPrefixText As String
Dim bstrCompletionChar As String
Dim returnValue As Integer
returnValue = instance.InvokeInsertionUI(pView, _
pClient, guidLang, bstrTypes, iCountTypes, _
fIncludeNULLType, bstrKinds, iCountKinds, _
fIncludeNULLKind, bstrPrefixText, _
bstrCompletionChar)
public virtual int InvokeInsertionUI(
IVsTextView pView,
IVsExpansionClient pClient,
Guid guidLang,
string[] bstrTypes,
int iCountTypes,
int fIncludeNULLType,
string[] bstrKinds,
int iCountKinds,
int fIncludeNULLKind,
string bstrPrefixText,
string bstrCompletionChar
)
public:
virtual int InvokeInsertionUI(
[InAttribute] IVsTextView^ pView,
[InAttribute] IVsExpansionClient^ pClient,
[InAttribute] Guid guidLang,
[InAttribute] array<String^>^ bstrTypes,
[InAttribute] int iCountTypes,
[InAttribute] int fIncludeNULLType,
[InAttribute] array<String^>^ bstrKinds,
[InAttribute] int iCountKinds,
[InAttribute] int fIncludeNULLKind,
[InAttribute] String^ bstrPrefixText,
[InAttribute] String^ bstrCompletionChar
)
abstract InvokeInsertionUI :
pView:IVsTextView *
pClient:IVsExpansionClient *
guidLang:Guid *
bstrTypes:string[] *
iCountTypes:int *
fIncludeNULLType:int *
bstrKinds:string[] *
iCountKinds:int *
fIncludeNULLKind:int *
bstrPrefixText:string *
bstrCompletionChar:string -> int
override InvokeInsertionUI :
pView:IVsTextView *
pClient:IVsExpansionClient *
guidLang:Guid *
bstrTypes:string[] *
iCountTypes:int *
fIncludeNULLType:int *
bstrKinds:string[] *
iCountKinds:int *
fIncludeNULLKind:int *
bstrPrefixText:string *
bstrCompletionChar:string -> int
public function InvokeInsertionUI(
pView : IVsTextView,
pClient : IVsExpansionClient,
guidLang : Guid,
bstrTypes : String[],
iCountTypes : int,
fIncludeNULLType : int,
bstrKinds : String[],
iCountKinds : int,
fIncludeNULLKind : int,
bstrPrefixText : String,
bstrCompletionChar : String
) : int
Parameters
- pView
Type: Microsoft.VisualStudio.TextManager.Interop.IVsTextView
[in]
- pClient
Type: Microsoft.VisualStudio.TextManager.Interop.IVsExpansionClient
[in]
- guidLang
Type: System.Guid
[in]
- bstrTypes
Type: array<System.String[]
[in]
- iCountTypes
Type: System.Int32
[in]
- fIncludeNULLType
Type: System.Int32
[in]
- bstrKinds
Type: array<System.String[]
[in]
- iCountKinds
Type: System.Int32
[in]
- fIncludeNULLKind
Type: System.Int32
[in]
- bstrPrefixText
Type: System.String
[in]
- bstrCompletionChar
Type: System.String
[in]
Return Value
Type: System.Int32
Implements
.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.