BasePage.Validate Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Return Value

Type: System.Boolean
Returns Boolean.

Implements

INavigationPage.Validate(Exception)

.NET Framework Security

See Also

Reference

BasePage Class

Microsoft.TeamFoundation.Controls.WPF Namespace