INavigationPage.CanActivate Method
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Function CanActivate ( _
<OutAttribute> ByRef ex As Exception _
) As Boolean
bool CanActivate(
out Exception ex
)
bool CanActivate(
[OutAttribute] Exception^% ex
)
abstract CanActivate :
ex:Exception byref -> bool
function CanActivate(
ex : Exception
) : boolean
Parameters
- ex
Type: System.Exception%
Return Value
Type: System.Boolean
Returns 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.