ICompletionSession.CompletionSets Property
Gets the collection of CompletionSet objects.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
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>
Property Value
Type: ReadOnlyObservableCollection<CompletionSet>
A ReadOnlyObservableCollection of CompletionSet objects.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.