UINavigationController.UINavigationControllers 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.
The list of all connected UI navigation controllers.
public:
static property IVectorView<UINavigationController ^> ^ UINavigationControllers { IVectorView<UINavigationController ^> ^ get(); };
static IVectorView<UINavigationController> UINavigationControllers();
public static IReadOnlyList<UINavigationController> UINavigationControllers { get; }
var iVectorView = UINavigationController.uINavigationControllers;
Public Shared ReadOnly Property UINavigationControllers As IReadOnlyList(Of UINavigationController)
The list of all connected UI navigation controllers.
UINavigationController objects are managed by the system, therefore you don't have to create or initialize them. Instead, you can access connected UI navigation controllers through this property. Because you might only be interested in some of the connected UI navigation controllers, we recommend that you maintain your own collection.
This list is initially empty and will not list UI navigation controllers even if they are already connected. After a short period this will return a complete list of UI navigation controllers.
Applies to
Product | Versions |
---|---|
WinRT | Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100 |