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)

プロパティ値

モデル バインドが試行されたモデル プロパティのメタデータ。

注釈

プロパティのバインドに失敗した場合、エントリの値は nullされます。 プロパティのバインドが試行されない場合、ディクショナリにはそのプロパティのエントリは含まれません。

適用対象