共用方式為


ICompletionSession.IsStarted 屬性

判斷完成工作階段是否已啟動。

命名空間:  Microsoft.VisualStudio.Language.Intellisense
組件:  Microsoft.VisualStudio.Language.Intellisense (在 Microsoft.VisualStudio.Language.Intellisense.dll 中)

語法

'宣告
ReadOnly Property IsStarted As Boolean
bool IsStarted { get; }
property bool IsStarted {
    bool get ();
}
abstract IsStarted : bool with get
function get IsStarted () : boolean

屬性值

類型:Boolean
true 如果完成的工作階段已經啟動,否則false。

.NET Framework 安全性

請參閱

參考

ICompletionSession 介面

Microsoft.VisualStudio.Language.Intellisense 命名空間