ProjectMetadataInstance.DeepClone 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.
Deep clone the metadata Strings are immutable (copy on write) so there is no work to do. Allows built-in metadata names, as they are still valid on the new metadatum.
public:
virtual Microsoft::Build::Execution::ProjectMetadataInstance ^ DeepClone();
public:
Microsoft::Build::Execution::ProjectMetadataInstance ^ DeepClone();
public Microsoft.Build.Execution.ProjectMetadataInstance DeepClone ();
abstract member DeepClone : unit -> Microsoft.Build.Execution.ProjectMetadataInstance
override this.DeepClone : unit -> Microsoft.Build.Execution.ProjectMetadataInstance
member this.DeepClone : unit -> Microsoft.Build.Execution.ProjectMetadataInstance
Public Function DeepClone () As ProjectMetadataInstance
Returns
A new metadata instance.