ProjectInstance.ItemDefinitions 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.
Read-only dictionary of item definitions in this project. Keyed by item type
public:
property System::Collections::Generic::IDictionary<System::String ^, Microsoft::Build::Execution::ProjectItemDefinitionInstance ^> ^ ItemDefinitions { System::Collections::Generic::IDictionary<System::String ^, Microsoft::Build::Execution::ProjectItemDefinitionInstance ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,Microsoft.Build.Execution.ProjectItemDefinitionInstance> ItemDefinitions { get; }
public System.Collections.Generic.IDictionary<string,Microsoft.Build.Execution.ProjectItemDefinitionInstance> ItemDefinitions { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.ItemDefinitions : System.Collections.Generic.IDictionary<string, Microsoft.Build.Execution.ProjectItemDefinitionInstance>
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ItemDefinitions : System.Collections.Generic.IDictionary<string, Microsoft.Build.Execution.ProjectItemDefinitionInstance>
Public ReadOnly Property ItemDefinitions As IDictionary(Of String, ProjectItemDefinitionInstance)
Property Value
A read-only dictionary of the item definitions in the project, keyed by item type.
- Attributes