ITaskItem.CloneCustomMetadata 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.
Get the collection of custom metadata. This does not include built-in metadata.
public:
System::Collections::IDictionary ^ CloneCustomMetadata();
public System.Collections.IDictionary CloneCustomMetadata ();
abstract member CloneCustomMetadata : unit -> System.Collections.IDictionary
Public Function CloneCustomMetadata () As IDictionary
Returns
Dictionary of cloned metadata
Remarks
RECOMMENDED GUIDELINES FOR METHOD IMPLEMENTATIONS: 1) this method should return a clone of the metadata 2) writing to this dictionary should not be reflected in the underlying item.