ComplexModel.Results 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
바인딩이 시도된 각 속성에 해당하는 엔트리를 포함하는 컬렉션을 가져옵니다.
public:
property System::Collections::Generic::IDictionary<System::Web::ModelBinding::ModelMetadata ^, System::Web::ModelBinding::ComplexModelResult ^> ^ Results { System::Collections::Generic::IDictionary<System::Web::ModelBinding::ModelMetadata ^, System::Web::ModelBinding::ComplexModelResult ^> ^ get(); };
public System.Collections.Generic.IDictionary<System.Web.ModelBinding.ModelMetadata,System.Web.ModelBinding.ComplexModelResult> Results { get; }
member this.Results : System.Collections.Generic.IDictionary<System.Web.ModelBinding.ModelMetadata, System.Web.ModelBinding.ComplexModelResult>
Public ReadOnly Property Results As IDictionary(Of ModelMetadata, ComplexModelResult)
속성 값
모델 바인딩이 시도된 모델 속성의 메타데이터입니다.
설명
항목의 값은 속성에 대 한 바인딩이 실패 한 경우 null
합니다. 속성에 대 한 바인딩은 시도 되지 경우 사전에는 해당 속성에 대 한 항목이 포함 되지 않습니다.