BuildItem.MetadataNames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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