IVsCompletionSet.GetFlags Method
Returns flags indicating specific behaviors of this completion set.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Function GetFlags As UInteger
uint GetFlags()
unsigned int GetFlags()
abstract GetFlags : unit -> uint32
function GetFlags() : uint
Return Value
Type: System.UInt32
Returns one or more flags from the UpdateCompletionFlags enumeration (specifically, the flags beginning with CSF_).
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsCompletionSet::GetFlags();
.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.