ContentLocatorBase.Clone Method

Definition

Creates a modifiable deep copy clone of this ContentLocatorBase.

public:
 abstract System::Object ^ Clone();
public abstract object Clone ();
abstract member Clone : unit -> obj
Public MustOverride Function Clone () As Object

Returns

A modifiable deep copy clone of this ContentLocatorBase.

Remarks

This Clone method creates modifiable copies of frozen Freezable objects. For convenience, Clone shadows the inherited version with a strongly typed implementation. For more details, see Freezable.Clone.

The cloned ContentLocatorBase's IsFrozen property will be false even if this source ContentLocatorBase's IsFrozen property is true.

When copying dependency properties, Clone copies resource references and data bindings (although they might no longer resolve) but does not copy not animations or current animation values.

Applies to