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.
public:
System::Collections::IDictionary ^ CloneCustomMetadataEscaped();
public System.Collections.IDictionary CloneCustomMetadataEscaped ();
abstract member CloneCustomMetadataEscaped : unit -> System.Collections.IDictionary
Public Function CloneCustomMetadataEscaped () As IDictionary
Returns
The cloned metadata, with values' escaping preserved.