PathSegment.CloneCurrentValue 方法

定义

通过制作此 PathSegment 对象的值的深层副本来创建它的可修改副本。 此方法不复制资源引用、数据绑定和动画,但复制其当前值。

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

返回

PathSegment

当前对象的可修改深层副本。 即使源的 IsFrozen 属性为 falseIsFrozen 属性也为 true

注解

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

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

适用于