TaskItem.ITaskItem2.CloneCustomMetadataEscaped 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.
ITaskItem2 implementation which returns a clone of the metadata on this object. Values returned are in their original escaped form.
virtual System::Collections::IDictionary ^ Microsoft.Build.Framework.ITaskItem2.CloneCustomMetadataEscaped() = Microsoft::Build::Framework::ITaskItem2::CloneCustomMetadataEscaped;
System.Collections.IDictionary ITaskItem2.CloneCustomMetadataEscaped ();
abstract member Microsoft.Build.Framework.ITaskItem2.CloneCustomMetadataEscaped : unit -> System.Collections.IDictionary
override this.Microsoft.Build.Framework.ITaskItem2.CloneCustomMetadataEscaped : unit -> System.Collections.IDictionary
Function CloneCustomMetadataEscaped () As IDictionary Implements ITaskItem2.CloneCustomMetadataEscaped
Returns
The cloned metadata.