InternalTypeHelper.CreateDelegate(Type, Object, String) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Quando è sottoposto a override in una classe derivata (generata), viene creato un delegato di evento che fa riferimento a un metodo del gestore non pubblico.
protected public:
abstract Delegate ^ CreateDelegate(Type ^ delegateType, System::Object ^ target, System::String ^ handler);
protected internal abstract Delegate CreateDelegate (Type delegateType, object target, string handler);
abstract member CreateDelegate : Type * obj * string -> Delegate
Protected Friend MustOverride Function CreateDelegate (delegateType As Type, target As Object, handler As String) As Delegate
Parametri
- target
- Object
Destinazione a cui è associato il gestore.
- handler
- String
Nome dell'implementazione del gestore.
Restituisce
Riferimento del delegato.
Commenti
La InternalTypeHelper classe non è destinata all'uso da parte del compilatore di markup XAML WPF.