EventBindingService.CreateMethod, méthode
En cas de substitution dans une classe dérivée, crée une méthode qui gère un événement.
Espace de noms : Microsoft.Windows.Design.Services
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Public MustOverride Function CreateMethod ( _
modelEvent As ModelEvent, _
methodName As String _
) As Boolean
public abstract bool CreateMethod(
ModelEvent modelEvent,
string methodName
)
public:
virtual bool CreateMethod(
ModelEvent^ modelEvent,
String^ methodName
) abstract
abstract CreateMethod :
modelEvent:ModelEvent *
methodName:string -> bool
public abstract function CreateMethod(
modelEvent : ModelEvent,
methodName : String
) : boolean
Paramètres
- modelEvent
Type : Microsoft.Windows.Design.Model.ModelEvent
Événement géré par methodName.
- methodName
Type : System.String
Méthode à créer.
Valeur de retour
Type : System.Boolean
true si la méthode est créée avec succès ; sinon, false.
Notes
Si le nom de la méthode n'est pas unique, la méthode ne peut pas être créée.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design.Services, espace de noms