Project.ItemDefinitions Property

Definition

Read-only dictionary of item definitions in this project. Keyed by item type.

public:
 property System::Collections::Generic::IDictionary<System::String ^, Microsoft::Build::Evaluation::ProjectItemDefinition ^> ^ ItemDefinitions { System::Collections::Generic::IDictionary<System::String ^, Microsoft::Build::Evaluation::ProjectItemDefinition ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,Microsoft.Build.Evaluation.ProjectItemDefinition> ItemDefinitions { get; }
member this.ItemDefinitions : System.Collections.Generic.IDictionary<string, Microsoft.Build.Evaluation.ProjectItemDefinition>
Public ReadOnly Property ItemDefinitions As IDictionary(Of String, ProjectItemDefinition)

Property Value

A dictionary of item definitions in this project, keyed by item type.

Applies to