ProjectRootElement.Imports Property

Definition

Get a read-only collection of the child imports

public:
 property System::Collections::Generic::ICollection<Microsoft::Build::Construction::ProjectImportElement ^> ^ Imports { System::Collections::Generic::ICollection<Microsoft::Build::Construction::ProjectImportElement ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectImportElement> Imports { get; }
member this.Imports : System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectImportElement>
Public ReadOnly Property Imports As ICollection(Of ProjectImportElement)

Property Value

All the child import elements in this project.

Applies to