ICompletionSession.CompletionSets 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 CompletionSet 对象的集合。
public:
property System::Collections::ObjectModel::ReadOnlyObservableCollection<Microsoft::VisualStudio::Language::Intellisense::CompletionSet ^> ^ CompletionSets { System::Collections::ObjectModel::ReadOnlyObservableCollection<Microsoft::VisualStudio::Language::Intellisense::CompletionSet ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyObservableCollection<Microsoft.VisualStudio.Language.Intellisense.CompletionSet> CompletionSets { get; }
member this.CompletionSets : System.Collections.ObjectModel.ReadOnlyObservableCollection<Microsoft.VisualStudio.Language.Intellisense.CompletionSet>
Public ReadOnly Property CompletionSets As ReadOnlyObservableCollection(Of CompletionSet)
属性值
一个由 ReadOnlyObservableCollection<T> 对象构成的 CompletionSet。