Propriedade ICompletionSession.CompletionSets
Obtém a coleção de CompletionSet objetos.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (em Microsoft.VisualStudio.Language.Intellisense.dll)
Sintaxe
'Declaração
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>
Valor de propriedade
Tipo: ReadOnlyObservableCollection<CompletionSet>
A ReadOnlyObservableCollection of CompletionSet objects.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.