IMemberCreationService.RemoveProperty(String, String, Type) 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.
Supprime la propriété indiquée des classes spécifiées.
public:
void RemoveProperty(System::String ^ className, System::String ^ propertyName, Type ^ propertyType);
public void RemoveProperty(string className, string propertyName, Type propertyType);
abstract member RemoveProperty : string * string * Type -> unit
Public Sub RemoveProperty (className As String, propertyName As String, propertyType As Type)
Paramètres
- className
- String
Chaîne qui contient le nom de la classe de laquelle supprimer la propriété.
- propertyName
- String
Chaîne qui contient le nom de la propriété à supprimer.