IMemberCreationService.RemoveProperty(String, String, Type) 方法

定义

从指定类中删除指定的属性。

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)

参数

className
String

一个字符串,其中包含要从中删除属性的类的名称。

propertyName
String

一个字符串,其中包含要删除的属性的名称。

propertyType
Type

Type要删除的属性。

适用于