Propriedade IQuickInfoSession.QuickInfoContent
Obtém o conteúdo que será exibido por esta sessão.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (em Microsoft.VisualStudio.Language.Intellisense.dll)
Sintaxe
'Declaração
ReadOnly Property QuickInfoContent As BulkObservableCollection(Of Object)
BulkObservableCollection<Object> QuickInfoContent { get; }
property BulkObservableCollection<Object^>^ QuickInfoContent {
BulkObservableCollection<Object^>^ get ();
}
abstract QuickInfoContent : BulkObservableCollection<Object> with get
function get QuickInfoContent () : BulkObservableCollection<Object>
Valor de propriedade
Tipo: Microsoft.VisualStudio.Language.Intellisense.BulkObservableCollection<Object>
O conteúdo.
Comentários
Vários tipos de conteúdo são suportados, inclusive as cadeias, ITextBuffer instâncias, e UIElement instâncias.
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.