IVsExternalCompletionSet.UpdateCompSet Method
Updates the completion set.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
‘선언
Function UpdateCompSet As Integer
‘사용 방법
Dim instance As IVsExternalCompletionSet
Dim returnValue As Integer
returnValue = instance.UpdateCompSet()
int UpdateCompSet()
int UpdateCompSet()
abstract UpdateCompSet : unit -> int
function UpdateCompSet() : int
Return Value
Type: System.Int32
If successful, returns S_OK; otherwise, returns an error code.
Remarks
COM Signature
From singlefileeditor.idl:
HRESULT IVsExternalCompletionSet::UpdateCompSet();
An implementation of this method typically rebuilds the completion set. This method is called before the completion list is displayed and the method can be called multiple times. It is up to the implementation to determine if it can cache the updated completion list between calls.
.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.
See Also
Reference
IVsExternalCompletionSet Interface