PropertyMap.Reset(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
还原给定属性的默认属性映射。
public:
void Reset(System::String ^ propertyName);
public void Reset (string propertyName);
member this.Reset : string -> unit
Public Sub Reset (propertyName As String)
参数
- propertyName
- String
要还原的属性的名称。
例外
propertyName
为 null
。
注解
该方法 Reset 对 PropertyMap..
还原已删除的默认属性映射。
已删除添加的属性映射。
重写的默认属性映射将还原到其默认值。