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
一个字符串,其中包含要移除的属性的名称。