Compartilhar via


GetPageRootCompletedEventArgs.Result Propriedade

Definição

Obtém o conteúdo FixedPage solicitado assincronamente 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 da propriedade

FixedPage

O elemento raiz da árvore visual para o PageContent solicitado por GetPageRootAsync(Boolean).

Aplica-se a

Confira também