Aracılığıyla paylaş


ComplexModel.Results Özellik

Tanım

Bağlamanın denendiği her özelliğe karşılık gelen girişleri içeren bir koleksiyon alır.

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)

Özellik Değeri

IDictionary<ModelMetadata,ComplexModelResult>

Model bağlamasının denendiği model özellikleri için meta veriler.

Açıklamalar

Bir özellik için bağlama başarısız olursa, girişin değeri olur null . Bir özellik için bağlama denenmez ise, sözlük bu özellik için bir girdi içermez.

Şunlara uygulanır