GetPageRootCompletedEventArgs.Result Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the FixedPage content asynchronously requested by 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
Property Value
The root element of the visual tree for the PageContent requested by GetPageRootAsync(Boolean).
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.