다음을 통해 공유


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

속성 값

적용 대상