Delegato GelPropertyValidatorCallback

Spazio dei nomi:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

'Dichiarazione
Public Delegate Function GelPropertyValidatorCallback ( _
    d As GelDependencyObject, _
    value As Object _
) As Boolean
public delegate bool GelPropertyValidatorCallback(
    GelDependencyObject d,
    Object value
)

Parametri

Valore restituito

Tipo: System.Boolean

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.Internal.VisualStudio.PlatformUI