GetPageRootCompletedEventArgs.Result Свойство

Определение

Получает содержимое FixedPage, асинхронно запрошенное методом 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

Значение свойства

Корневой элемент визуального дерева для содержимого PageContent, запрошенного методом GetPageRootAsync(Boolean).

Применяется к

См. также раздел