IPageNavigator.AddPage Method (INavigationPage, INavigationPage, String)
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Sub AddPage ( _
parent As INavigationPage, _
page As INavigationPage, _
helpContext As String _
)
void AddPage(
INavigationPage parent,
INavigationPage page,
string helpContext
)
void AddPage(
INavigationPage^ parent,
INavigationPage^ page,
String^ helpContext
)
abstract AddPage :
parent:INavigationPage *
page:INavigationPage *
helpContext:string -> unit
function AddPage(
parent : INavigationPage,
page : INavigationPage,
helpContext : String
)
Parameters
- helpContext
Type: System.String
.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.