GetPageRootCompletedEventArgs.Result Propiedad

Definición

Obtiene el contenido FixedPage que GetPageRootAsync(Boolean) solicitó de forma asincrónica.

public:
 property System::Windows::Documents::FixedPage ^ Result { System::Windows::Documents::FixedPage ^ get(); };
public System.Windows.Documents.FixedPage Result { get; }
member this.Result : System.Windows.Documents.FixedPage
Public ReadOnly Property Result As FixedPage

Valor de propiedad

Elemento raíz del árbol visual para el PageContent solicitado por GetPageRootAsync(Boolean).

Se aplica a

Consulte también