共用方式為


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 。 如果未針對屬性嘗試系結,則字典將不會包含該屬性的專案。

適用於