共用方式為


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 命名空間