NavigationPageHost.Enable Method
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Sub Enable ( _
enable As Boolean _
)
public void Enable(
bool enable
)
public:
virtual void Enable(
bool enable
) sealed
abstract Enable :
enable:bool -> unit
override Enable :
enable:bool -> unit
public final function Enable(
enable : boolean
)
Parameters
- enable
Type: System.Boolean
Implements
INavigationPageHost.Enable(Boolean)
.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.