共用方式為


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

適用於