UINavigationController.GetCurrentReading Method

Definition

Gets a snapshot of the UI navigation controller's state.

public:
 virtual UINavigationReading GetCurrentReading() = GetCurrentReading;
UINavigationReading GetCurrentReading();
public UINavigationReading GetCurrentReading();
function getCurrentReading()
Public Function GetCurrentReading () As UINavigationReading

Returns

The state of the UI navigation controller.

Applies to

See also