MutableObjectModelBinder.GetMetadataForProperties Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Возвращает метаданные для свойств модели.
protected:
virtual System::Collections::Generic::IEnumerable<System::Web::ModelBinding::ModelMetadata ^> ^ GetMetadataForProperties(System::Web::ModelBinding::ModelBindingExecutionContext ^ modelBindingExecutionContext, System::Web::ModelBinding::ModelBindingContext ^ bindingContext);
protected virtual System.Collections.Generic.IEnumerable<System.Web.ModelBinding.ModelMetadata> GetMetadataForProperties (System.Web.ModelBinding.ModelBindingExecutionContext modelBindingExecutionContext, System.Web.ModelBinding.ModelBindingContext bindingContext);
abstract member GetMetadataForProperties : System.Web.ModelBinding.ModelBindingExecutionContext * System.Web.ModelBinding.ModelBindingContext -> seq<System.Web.ModelBinding.ModelMetadata>
override this.GetMetadataForProperties : System.Web.ModelBinding.ModelBindingExecutionContext * System.Web.ModelBinding.ModelBindingContext -> seq<System.Web.ModelBinding.ModelMetadata>
Protected Overridable Function GetMetadataForProperties (modelBindingExecutionContext As ModelBindingExecutionContext, bindingContext As ModelBindingContext) As IEnumerable(Of ModelMetadata)
Параметры
- modelBindingExecutionContext
- ModelBindingExecutionContext
Контекст выполнения.
- bindingContext
- ModelBindingContext
Контекст привязки.
Возвращаемое значение
Метаданные для свойств модели.