TaskItem.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:
virtual System::Collections::IDictionary ^ CloneCustomMetadata();
public System.Collections.IDictionary CloneCustomMetadata ();
abstract member CloneCustomMetadata : unit -> System.Collections.IDictionary
override this.CloneCustomMetadata : unit -> System.Collections.IDictionary
Public Function CloneCustomMetadata () As IDictionary
Returns
An IDictionary that represents a clone of the custom metadata.
Implements
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.