IPageNavigator.SetVisibility Method
Show/Hide a page
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Sub SetVisibility ( _
page As INavigationPage, _
visible As Boolean _
)
void SetVisibility(
INavigationPage page,
bool visible
)
void SetVisibility(
INavigationPage^ page,
bool visible
)
abstract SetVisibility :
page:INavigationPage *
visible:bool -> unit
function SetVisibility(
page : INavigationPage,
visible : boolean
)
Parameters
page
Type: Microsoft.TeamFoundation.Controls.WPF.INavigationPagewhich page
visible
Type: System.Booleantrue to show, false to hide
.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.