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)

property BulkObservableCollection<Object^>^ QuickInfoContent {
	BulkObservableCollection<Object^>^ get();
}

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

Return to top
Show: