ContentLocatorPart.Clone Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a modifiable deep copy clone of this ContentLocatorPart.
public:
System::Object ^ Clone();
public object Clone ();
member this.Clone : unit -> obj
Public Function Clone () As Object
Returns
A modifiable deep copy clone of this ContentLocatorPart.
Remarks
This Clone method creates modifiable copies of frozen Freezable objects. For convenience, this Clone method shadows the inherited version with a strongly typed implementation. For more details, see Freezable.Clone.
The cloned ContentLocatorPart's IsFrozen property will be false
even if this source ContentLocatorPart'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
.NET