Share via


Project.Imports Property

Definition

Read-only accessor for the imported projects of this project

public:
 property Microsoft::Build::BuildEngine::ImportCollection ^ Imports { Microsoft::Build::BuildEngine::ImportCollection ^ get(); };
public Microsoft.Build.BuildEngine.ImportCollection Imports { get; }
member this.Imports : Microsoft.Build.BuildEngine.ImportCollection
Public ReadOnly Property Imports As ImportCollection

Property Value

An ImportCollection of the projects imported into this project.

Remarks

Imported projects are specified by the Import element in the project.

Applies to