共用方式為


CompletionSet.Completions 屬性

取得或設定屬於此完成集的完成清單。

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

語法

'宣告
Public Overridable ReadOnly Property Completions As IList(Of Completion)
public virtual IList<Completion> Completions { get; }
public:
virtual property IList<Completion^>^ Completions {
    IList<Completion^>^ get ();
}
abstract Completions : IList<Completion> with get 
override Completions : IList<Completion> with get
function get Completions () : IList<Completion>

屬性值

類型:IList<Completion>
Completion 物件的清單。

備註

當您覆寫這個屬性時,您必須實作INotifyCollectionChanged

.NET Framework 安全性

請參閱

參考

CompletionSet 類別

Microsoft.VisualStudio.Language.Intellisense 命名空間