ITaskItem.CloneCustomMetadata Method

Definition

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.

Applies to