ProjectItemInstance.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.
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.