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