IMemberCreationService.RemoveProperty(String, String, Type) Méthode

Définition

Supprime la propriété spécifiée de la classe spécifiée.

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 à partir de laquelle supprimer la propriété.

propertyName
String

Chaîne qui contient le nom de la propriété à supprimer.

propertyType
Type

Propriété Type à supprimer.

S’applique à