IExpando.AddField(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 le champ nommé à l'objet Reflection.
public:
System::Reflection::FieldInfo ^ AddField(System::String ^ name);
public System.Reflection.FieldInfo AddField (string name);
abstract member AddField : string -> System.Reflection.FieldInfo
Public Function AddField (name As String) As FieldInfo
Paramètres
- name
- String
Nom du champ.
Retours
Objet FieldInfo représentant le champ ajouté.
Exceptions
L'objet IExpando ne prend pas en charge cette méthode.