FilteredValidationCallback Delegate
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Delegate Function FilteredValidationCallback ( _
text As String _
) As Boolean
public delegate bool FilteredValidationCallback(
string text
)
public delegate bool FilteredValidationCallback(
String^ text
)
type FilteredValidationCallback =
delegate of
text:string -> bool
JScript does not support delegates.
Parameters
- text
Type: System.String
Return Value
Type: System.Boolean