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

'宣言
Function GetFlags As UInteger
'使用
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();

Permissions

See Also

Reference

IVsCompletionSet Interface

IVsCompletionSet Members

Microsoft.VisualStudio.TextManager.Interop Namespace