IVsCompletionSet.GetFlags 方法

返回指示完成的特定行为设置了标志。

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop(在 Microsoft.VisualStudio.TextManager.Interop.dll 中)

语法

声明
Function GetFlags As UInteger
uint GetFlags()
unsigned int GetFlags()
abstract GetFlags : unit -> uint32
function GetFlags() : uint

返回值

类型:UInt32
返回从 UpdateCompletionFlags 枚举中的一个或多个标记 (特别是,从 CSF_启动的标志)。

备注

COM 签名

从 textmgr.idl:

HRESULT IVsCompletionSet::GetFlags();

.NET Framework 安全性

请参阅

参考

IVsCompletionSet 接口

Microsoft.VisualStudio.TextManager.Interop 命名空间