INavigationPolicy.Validate, méthode
Espace de noms : Microsoft.TeamFoundation.Controls.WPF
Assembly : Microsoft.TeamFoundation.Controls (dans Microsoft.TeamFoundation.Controls.dll)
Syntaxe
'Déclaration
Function Validate ( _
page As INavigationPage, _
<OutAttribute> ByRef ex As Exception, _
<OutAttribute> ByRef handled As Boolean _
) As Boolean
bool Validate(
INavigationPage page,
out Exception ex,
out bool handled
)
Paramètres
- ex
Type : System.Exception%
- handled
Type : System.Boolean%
Valeur de retour
Type : System.Boolean
retourne Boolean ;
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.