共用方式為


CompletionSelectionStatus.IsSelected 屬性

判斷是否已完全選取完成。

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

語法

'宣告
Public ReadOnly Property IsSelected As Boolean
public bool IsSelected { get; }
public:
property bool IsSelected {
    bool get ();
}
member IsSelected : bool with get
function get IsSelected () : boolean

屬性值

類型:Boolean
true 如果選取的完成,否則false。

.NET Framework 安全性

請參閱

參考

CompletionSelectionStatus 類別

Microsoft.VisualStudio.Language.Intellisense 命名空間