TransitionLibraryWindow.

TryGetPage<T>(T) Method

Summary

Tries to find a page of the specified type and returns true if successful.

Syntax

public bool TryGetPage<T>(out T page) where T : TransitionLibraryWindowPage

Type Parameters

Name Description
T

Parameters

Name Type Description
page T

Return Value

Type Description
bool