ModelAttributes.GetAttributesForProperty Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GetAttributesForProperty(Type, PropertyInfo) |
Obtém os atributos para o determinado |
GetAttributesForProperty(Type, PropertyInfo, Type) |
Obtém os atributos para o fornecido |
GetAttributesForProperty(Type, PropertyInfo)
- Origem:
- ModelAttributes.cs
- Origem:
- ModelAttributes.cs
- Origem:
- ModelAttributes.cs
Obtém os atributos para o determinado property
.
public:
static Microsoft::AspNetCore::Mvc::ModelBinding::ModelAttributes ^ GetAttributesForProperty(Type ^ type, System::Reflection::PropertyInfo ^ property);
public static Microsoft.AspNetCore.Mvc.ModelBinding.ModelAttributes GetAttributesForProperty (Type type, System.Reflection.PropertyInfo property);
static member GetAttributesForProperty : Type * System.Reflection.PropertyInfo -> Microsoft.AspNetCore.Mvc.ModelBinding.ModelAttributes
Public Shared Function GetAttributesForProperty (type As Type, property As PropertyInfo) As ModelAttributes
Parâmetros
- property
- PropertyInfo
Um PropertyInfo para o qual os atributos precisam ser resolvidos.
Retornos
Uma ModelAttributes instância com os atributos da propriedade e seu Type.
Aplica-se a
GetAttributesForProperty(Type, PropertyInfo, Type)
- Origem:
- ModelAttributes.cs
- Origem:
- ModelAttributes.cs
Obtém os atributos para o fornecido property
com o especificado modelType
.
public:
static Microsoft::AspNetCore::Mvc::ModelBinding::ModelAttributes ^ GetAttributesForProperty(Type ^ containerType, System::Reflection::PropertyInfo ^ property, Type ^ modelType);
public static Microsoft.AspNetCore.Mvc.ModelBinding.ModelAttributes GetAttributesForProperty (Type containerType, System.Reflection.PropertyInfo property, Type modelType);
static member GetAttributesForProperty : Type * System.Reflection.PropertyInfo * Type -> Microsoft.AspNetCore.Mvc.ModelBinding.ModelAttributes
Public Shared Function GetAttributesForProperty (containerType As Type, property As PropertyInfo, modelType As Type) As ModelAttributes
Parâmetros
- property
- PropertyInfo
Um PropertyInfo para o qual os atributos precisam ser resolvidos.
- modelType
- Type
O tipo de modelo
Retornos
Uma ModelAttributes instância com os atributos da propriedade e seu Type.