共用方式為


ICompletionSession.CompletionSets 屬性

取得 CompletionSet 物件的集合。

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

語法

'宣告
ReadOnly Property CompletionSets As ReadOnlyObservableCollection(Of CompletionSet)
ReadOnlyObservableCollection<CompletionSet> CompletionSets { get; }
property ReadOnlyObservableCollection<CompletionSet^>^ CompletionSets {
    ReadOnlyObservableCollection<CompletionSet^>^ get ();
}
abstract CompletionSets : ReadOnlyObservableCollection<CompletionSet> with get
function get CompletionSets () : ReadOnlyObservableCollection<CompletionSet>

屬性值

類型:ReadOnlyObservableCollection<CompletionSet>
CompletionSet 物件的 ReadOnlyObservableCollection

.NET Framework 安全性

請參閱

參考

ICompletionSession 介面

Microsoft.VisualStudio.Language.Intellisense 命名空間