ProjectImportGroupElement.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.
Get any contained properties.
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 properties in this project import.