TileBrush.CloneCurrentValue 方法

定义

通过对其值的深层副本创建此 TileBrush 对象的可修改副本。 此方法不会复制资源引用、数据绑定或动画,尽管该方法确实复制了它们的当前值。

public:
 System::Windows::Media::TileBrush ^ CloneCurrentValue();
public System.Windows.Media.TileBrush CloneCurrentValue();
override this.CloneCurrentValue : unit -> System.Windows.Media.TileBrush
Public Function CloneCurrentValue () As TileBrush

返回

当前对象的可修改深层副本。 IsFrozen即使IsFrozen源的属性为 true.,克隆对象的false属性也是如此。

注解

使用此方法可生成只读 Freezable 对象的可修改副本。 为方便起见,此方法会隐藏具有强类型实现的继承版本。

有关详细信息,请参阅 Freezable.CloneCurrentValue

适用于