DefaultModelMetadata.BoundConstructorInvoker Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un délégué qui appelle le constructeur BoundConstructor lié s’il n’est pasnull
.
public:
virtual property Func<cli::array <System::Object ^> ^, System::Object ^> ^ BoundConstructorInvoker { Func<cli::array <System::Object ^> ^, System::Object ^> ^ get(); };
public override Func<object[],object> BoundConstructorInvoker { get; }
public override Func<object?[],object>? BoundConstructorInvoker { get; }
member this.BoundConstructorInvoker : Func<obj[], obj>
Public Overrides ReadOnly Property BoundConstructorInvoker As Func(Of Object(), Object)