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 ます。 プロパティに対してバインドが試行されない場合、ディクショナリにはそのプロパティのエントリが含まれません。

適用対象