IMemberCreationService.RemoveProperty(String, String, Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從指定類別移除指定的屬性。
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
字串,其中包含要移除之屬性的名稱。