ProjectItemInstance.MetadataNames Property

Definition

Returns all the metadata names on this item. Includes names from any applicable item definitions. Includes names of built-in metadata.

public:
 property System::Collections::Generic::ICollection<System::String ^> ^ MetadataNames { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public System.Collections.Generic.ICollection<string> MetadataNames { get; }
member this.MetadataNames : System.Collections.Generic.ICollection<string>
Public ReadOnly Property MetadataNames As ICollection(Of String)

Property Value

All metadata names of this item, including metadata inherited from item definitions.

Remarks

Includes names of built-in metadata.

Applies to