IMemberCreationService.RemoveProperty(String, String, Type) Metodo

Definizione

Rimuove la proprietà specificata dalla classe specificata.

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)

Parametri

className
String

Stringa contenente il nome della classe da cui rimuovere la proprietà.

propertyName
String

Stringa contenente il nome della proprietà da rimuovere.

propertyType
Type

Oggetto Type della proprietà da rimuovere.

Si applica a