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
'Usage
Dim instance As IVsCompletionSet 
Dim returnValue As UInteger 

returnValue = instance.GetFlags()
uint GetFlags()
unsigned int GetFlags()
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

See Also

Reference

IVsCompletionSet Interface

IVsCompletionSet Members

Microsoft.VisualStudio.TextManager.Interop Namespace