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

适用于