Project.Imports 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 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.