Project.Imports Property

Definition

Gets the projects imported into 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