Microsoft.Build.Framework.ITaskItem Members

The members of Microsoft.Build.Framework.ITaskItem are listed below.

Public Properties

ItemSpecstring.

Gets or sets the item specification.

[read-only]
MetadataCountint.

Gets the number of metadata entries associated with the item.

[read-only]
MetadataNamesICollection.

Gets the names of the metadata entries associated with the item.

Public Methods

CloneCustomMetadata() : IDictionary

Gets the collection of custom metadata.

CopyMetadataTo(ITaskItem)

Copies the custom metadata entries to another item.

GetMetadata(string) : string

Gets the value of the specified metadata entry.

RemoveMetadata(string)

Removes the specified metadata entry from the item.

SetMetadata(string, string)

Adds or changes a custom metadata entry to the item.