ITaskItem.MetadataNames Property

Definition

Gets the names of all the metadata on the item. Includes the built-in metadata like "FullPath".

public:
 property System::Collections::ICollection ^ MetadataNames { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection MetadataNames { get; }
member this.MetadataNames : System.Collections.ICollection
Public ReadOnly Property MetadataNames As ICollection

Property Value

The list of metadata names.

Applies to