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

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

Açıklamalar

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

Şunlara uygulanır