DefaultMetadataDetails.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 ou définit un délégué utilisé pour appeler le constructeur lié pour les types d’enregistrements.
public:
property Func<cli::array <System::Object ^> ^, System::Object ^> ^ BoundConstructorInvoker { Func<cli::array <System::Object ^> ^, System::Object ^> ^ get(); void set(Func<cli::array <System::Object ^> ^, System::Object ^> ^ value); };
public Func<object[],object> BoundConstructorInvoker { get; set; }
public Func<object?[],object>? BoundConstructorInvoker { get; set; }
member this.BoundConstructorInvoker : Func<obj[], obj> with get, set
Public Property BoundConstructorInvoker As Func(Of Object(), Object)