IQuickInfoSession.QuickInfoContent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.