ModelAttributes.GetAttributesForProperty Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
GetAttributesForProperty(Type, PropertyInfo) |
Ottiene gli attributi per il |
GetAttributesForProperty(Type, PropertyInfo, Type) |
Ottiene gli attributi per il |
GetAttributesForProperty(Type, PropertyInfo)
- Origine:
- ModelAttributes.cs
- Origine:
- ModelAttributes.cs
- Origine:
- ModelAttributes.cs
Ottiene gli attributi per il property
specificato.
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
Parametri
- property
- PropertyInfo
Oggetto PropertyInfo per cui è necessario risolvere gli attributi.
Restituisce
Istanza di ModelAttributes con gli attributi della proprietà e il relativo Type.
Si applica a
GetAttributesForProperty(Type, PropertyInfo, Type)
- Origine:
- ModelAttributes.cs
- Origine:
- ModelAttributes.cs
Ottiene gli attributi per il property
specificato con il modelType
specificato.
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
Parametri
- property
- PropertyInfo
Oggetto PropertyInfo per cui è necessario risolvere gli attributi.
- modelType
- Type
Tipo di modello
Restituisce
Istanza di ModelAttributes con gli attributi della proprietà e il relativo Type.