BuildItem.MetadataNames Property

Definition

This method (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.ConstructionMicrosoft.Build.EvaluationMicrosoft.Build.Execution

Gets the names of metadata on the item -- also includes the pre-defined/reserved item-spec modifiers.

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

Collection of name strings.

Remarks

Warning

This method (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.Construction Microsoft.Build.Evaluation Microsoft.Build.Execution

Applies to