MSBuildProjectItemData.Metadata Field
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.
Metadata of the project item
public: System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ Metadata;
public System.Collections.Generic.IDictionary<string,string> Metadata;
val mutable Metadata : System.Collections.Generic.IDictionary<string, string>
Public Metadata As IDictionary(Of String, String)