GetPageRootCompletedEventArgs.Result Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le contenu FixedPage demandé de façon asynchrone par 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
Valeur de propriété
Élément racine de l’arborescence d’éléments visuels pour le PageContent demandé par GetPageRootAsync(Boolean).