共用方式為


ContentLocatorPart.Clone 方法

定義

建立這個 ContentLocatorPart 的可修改深層複本。

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

傳回

Object

這個 ContentLocatorPart 的可修改深層複本。

備註

這個 Clone 方法會建立凍結物件的可修改複本 Freezable 。 為了方便起見,這個 Clone 方法會以強型別實作遮蔽繼承的版本。 如需詳細資訊,請參閱 Freezable.Clone

ContentLocatorPart即使此來源 ContentLocatorPartIsFrozen 屬性為 false ,複製的 IsFrozen 屬性也會是true.

複製相依性屬性時, Clone 會複製資源參考和資料系結 (雖然可能不再解析) 但不會複製動畫或目前的動畫值。

適用於