Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Sub RemovePage ( _
page As INavigationPage _
)
public void RemovePage(
INavigationPage page
)
public:
virtual void RemovePage(
INavigationPage^ page
) sealed
abstract RemovePage :
page:INavigationPage -> unit
override RemovePage :
page:INavigationPage -> unit
public final function RemovePage(
page : INavigationPage
)
Parameters
Implements
IPageNavigator.RemovePage(INavigationPage)
.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.