Share via


IContentView.PresentedContent Property

Definition

Gets the content of this view as it will be rendered in the user interface, including any transformations or applied templates.

public:
 property Microsoft::Maui::IView ^ PresentedContent { Microsoft::Maui::IView ^ get(); };
public Microsoft.Maui.IView? PresentedContent { get; }
member this.PresentedContent : Microsoft.Maui.IView
Public ReadOnly Property PresentedContent As IView

Property Value

Applies to