IAsyncQuickInfoSession.Content Property

Definition

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.

Applies to