Share via


ProjectLink.ItemDefinitions Property

Definition

Access to remote ItemDefinitions.

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

Property Value

Applies to