GelPropertyValidatorCallback, délégué
Espace de noms : Microsoft.Internal.VisualStudio.PlatformUI
Assembly : Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)
Syntaxe
'Déclaration
Public Delegate Function GelPropertyValidatorCallback ( _
d As GelDependencyObject, _
value As Object _
) As Boolean
public delegate bool GelPropertyValidatorCallback(
GelDependencyObject d,
Object value
)
Paramètres
- value
Type : System.Object
Valeur de retour
Type : System.Boolean