Udostępnij za pośrednictwem


IMemberCreationService.RemoveProperty(String, String, Type) Metoda

Definicja

Usuwa określoną właściwość z określonej klasy.

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)

Parametry

className
String

Ciąg zawierający nazwę klasy, z której ma być usuwana właściwość .

propertyName
String

Ciąg zawierający nazwę właściwości do usunięcia.

propertyType
Type

Właściwość Type do usunięcia.

Dotyczy