IPageNavigator.Pages Property
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
ReadOnly Property Pages As IEnumerable(Of INavigationPage)
IEnumerable<INavigationPage> Pages { get; }
property IEnumerable<INavigationPage^>^ Pages {
IEnumerable<INavigationPage^>^ get ();
}
abstract Pages : IEnumerable<INavigationPage> with get
function get Pages () : IEnumerable<INavigationPage>
Property Value
Type: System.Collections.Generic.IEnumerable<INavigationPage>
Returns IEnumerable<T>.
.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.