PageNavigator.Pages Property
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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.