ComplexModel.Results 속성

정의

바인딩이 시도된 각 속성에 해당하는 엔트리를 포함하는 컬렉션을 가져옵니다.

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)

속성 값

IDictionary<ModelMetadata,ComplexModelResult>

모델 바인딩이 시도된 모델 속성의 메타데이터입니다.

설명

항목의 값은 속성에 대 한 바인딩이 실패 한 경우 null합니다. 속성에 대 한 바인딩은 시도 되지 경우 사전에는 해당 속성에 대 한 항목이 포함 되지 않습니다.

적용 대상