PageNavigator.Pages Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public ReadOnly Property Pages As IEnumerable(Of INavigationPage)
public IEnumerable<INavigationPage> Pages { get; }
public:
virtual property IEnumerable<INavigationPage^>^ Pages {
    IEnumerable<INavigationPage^>^ get () sealed;
}
abstract Pages : IEnumerable<INavigationPage> with get 
override Pages : IEnumerable<INavigationPage> with get
final function get Pages () : IEnumerable<INavigationPage>

Property Value

Type: System.Collections.Generic.IEnumerable<INavigationPage>
Returns IEnumerable<T>.

Implements

IPageNavigator.Pages

.NET Framework Security

See Also

Reference

PageNavigator Class

Microsoft.TeamFoundation.Controls.WPF Namespace