Condividi tramite


IMemberCreationService.RemoveProperty(String, String, Type) Metodo

Definizione

Rimuove la proprietà specificata dalla classe indicata.

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 dalla quale rimuovere la proprietà.

propertyName
String

Stringa contenente il nome della proprietà da rimuovere.

propertyType
Type

Type della proprietà da rimuovere.

Si applica a