BindingMetadata.BoundConstructor 属性   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 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, setPublic Property BoundConstructor As ConstructorInfo