ProjectItemInstance.ITaskItem.MetadataNames Property

Definition

ITaskItem implementation

property System::Collections::ICollection ^ Microsoft::Build::Framework::ITaskItem::MetadataNames { System::Collections::ICollection ^ get(); };
System.Collections.ICollection Microsoft.Build.Framework.ITaskItem.MetadataNames { get; }
member this.Microsoft.Build.Framework.ITaskItem.MetadataNames : System.Collections.ICollection
 ReadOnly Property MetadataNames As ICollection Implements ITaskItem.MetadataNames

Property Value

The names of the metadata entries associated with the item.

Implements

Applies to