Condividi tramite


GetPageRootCompletedEventArgs.Result Proprietà

Definizione

Ottiene il contenuto di FixedPage richiesto in modo asincrono da 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

Valore della proprietà

FixedPage

Elemento radice della struttura ad albero visuale per l'oggetto PageContent richiesto da GetPageRootAsync(Boolean).

Si applica a

Vedi anche