IExpando.AddProperty(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute la propriété nommée à l'objet Reflection.
public:
System::Reflection::PropertyInfo ^ AddProperty(System::String ^ name);
public System.Reflection.PropertyInfo AddProperty (string name);
abstract member AddProperty : string -> System.Reflection.PropertyInfo
Public Function AddProperty (name As String) As PropertyInfo
Paramètres
- name
- String
Nom de la propriété.
Retours
Objet PropertyInfo représentant la propriété ajoutée.
Exceptions
L'objet IExpando ne prend pas en charge cette méthode.