共用方式為


IIntellisenseSession.IsDismissed 屬性

判斷是否取消工作階段。

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

語法

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

屬性值

類型:Boolean
true 如果工作階段就會關閉,否則false。

.NET Framework 安全性

請參閱

參考

IIntellisenseSession 介面

Microsoft.VisualStudio.Language.Intellisense 命名空間