IAsyncQuickInfoSession.Content 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.
The ordered, merged collection of content to be displayed in the Quick Info.
public:
property System::Collections::Generic::IEnumerable<System::Object ^> ^ Content { System::Collections::Generic::IEnumerable<System::Object ^> ^ get(); };
public System.Collections.Generic.IEnumerable<object> Content { get; }
member this.Content : seq<obj>
Public ReadOnly Property Content As IEnumerable(Of Object)
Property Value
Remarks
This field is originally null and is updated with the content once the session has finished querying the providers.