ProjectRootElement.Properties 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.
Geta read-only collection of the child properties, if any, in all property groups anywhere in the project file. Not restricted to root property groups: traverses through Choose elements.
public:
property System::Collections::Generic::ICollection<Microsoft::Build::Construction::ProjectPropertyElement ^> ^ Properties { System::Collections::Generic::ICollection<Microsoft::Build::Construction::ProjectPropertyElement ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectPropertyElement> Properties { get; }
member this.Properties : System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectPropertyElement>
Public ReadOnly Property Properties As ICollection(Of ProjectPropertyElement)
Property Value
All child properties in this project, even if they are contained by Choose elements.