IQuickInfoSession.QuickInfoContent Property
Gets the content that will be displayed by this session.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Декларация
ReadOnly Property QuickInfoContent As BulkObservableCollection(Of Object)
Get
BulkObservableCollection<Object> QuickInfoContent { get; }
property BulkObservableCollection<Object^>^ QuickInfoContent {
BulkObservableCollection<Object^>^ get ();
}
abstract QuickInfoContent : BulkObservableCollection<Object>
function get QuickInfoContent () : BulkObservableCollection<Object>
Property Value
Type: Microsoft.VisualStudio.Language.Intellisense.BulkObservableCollection<Object>
The content.
Remarks
Several types of content are supported, including strings, ITextBuffer instances, and UIElement instances.
.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.