次の方法で共有


BindingMetadata.BoundConstructor プロパティ

定義

モデルのバインドとモデルの種類の ConstructorInfo 検証に使用される を取得または設定します。

public:
 property System::Reflection::ConstructorInfo ^ BoundConstructor { System::Reflection::ConstructorInfo ^ get(); void set(System::Reflection::ConstructorInfo ^ value); };
public System.Reflection.ConstructorInfo BoundConstructor { get; set; }
public System.Reflection.ConstructorInfo? BoundConstructor { get; set; }
member this.BoundConstructor : System.Reflection.ConstructorInfo with get, set
Public Property BoundConstructor As ConstructorInfo

プロパティ値

適用対象