AdornerLayer.Remove(Adorner) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从装饰器层中移除指定的 Adorner 值。
public:
void Remove(System::Windows::Documents::Adorner ^ adorner);
public void Remove(System.Windows.Documents.Adorner adorner);
member this.Remove : System.Windows.Documents.Adorner -> unit
Public Sub Remove (adorner As Adorner)
参数
例外
装饰器为 null 时引发。
注解
如果指定的装饰器不存在,此方法只会返回。