VerbActionCallback, 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 VerbActionCallback ( _
datasource As GelDependencyObject, _
parameter As Object _
) As Object
public delegate Object VerbActionCallback(
GelDependencyObject datasource,
Object parameter
)
Paramètres
- datasource
Type : Microsoft.Internal.VisualStudio.PlatformUI.GelDependencyObject
- parameter
Type : System.Object
Valeur de retour
Type : System.Object