GetPageRootCompletedEventArgs.Result Propiedad

Definición

Obtiene el FixedPage contenido solicitado de forma asincrónica por GetPageRootAsync(Boolean).

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 objeto solicitado por GetPageRootAsync(Boolean).

Se aplica a

Consulte también