ITaskItem Methods
.NET Framework 4
The ITaskItem type exposes the following members.
| Name | Description | |
|---|---|---|
|
CloneCustomMetadata | Gets the collection of custom metadata. |
|
CopyMetadataTo | Copies the custom metadata entries to another item. |
|
GetMetadata | Gets the value of the specified metadata entry. |
|
RemoveMetadata | Removes the specified metadata entry from the item. |
|
SetMetadata | Adds or changes a custom metadata entry to the item. |