IQuickInfoSession.QuickInfoContent Property

Definition

Gets the content that will be displayed by this session.

public:
 property Microsoft::VisualStudio::Language::Intellisense::BulkObservableCollection<System::Object ^> ^ QuickInfoContent { Microsoft::VisualStudio::Language::Intellisense::BulkObservableCollection<System::Object ^> ^ get(); };
public Microsoft.VisualStudio.Language.Intellisense.BulkObservableCollection<object> QuickInfoContent { get; }
member this.QuickInfoContent : Microsoft.VisualStudio.Language.Intellisense.BulkObservableCollection<obj>
Public ReadOnly Property QuickInfoContent As BulkObservableCollection(Of Object)

Property Value

The content.

Remarks

Several types of content are supported, including strings, ITextBuffer instances, and UIElement instances.

Applies to