PageNavigator.GetPages Method

[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
Protected Function GetPages As IEnumerable(Of INavigationPage)
protected IEnumerable<INavigationPage> GetPages()
protected:
IEnumerable<INavigationPage^>^ GetPages()
member GetPages : unit -> IEnumerable<INavigationPage> 
protected function GetPages() : IEnumerable<INavigationPage>

Return Value

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

.NET Framework Security

See Also

Reference

PageNavigator Class

GetPages Overload

Microsoft.TeamFoundation.Controls.WPF Namespace