ProjectImportGroupElement.Imports Property

Definition

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.

Applies to