FilteredValidationCallback, délégué
Espace de noms : Microsoft.TeamFoundation.Controls.WPF
Assembly : Microsoft.TeamFoundation.Controls (dans Microsoft.TeamFoundation.Controls.dll)
Syntaxe
'Déclaration
Public Delegate Function FilteredValidationCallback ( _
text As String _
) As Boolean
public delegate bool FilteredValidationCallback(
string text
)
Paramètres
- text
Type : System.String
Valeur de retour
Type : System.Boolean