Project.ItemsIgnoringCondition Property
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.
Items in this project, ordered within groups of item types, including items whose conditions evaluated to false, or that were contained within item groups who themselves had conditioned evaluated to false. This is useful for hosts that wish to display all items, even if they might not be part of the build in the current configuration.
public:
property System::Collections::Generic::ICollection<Microsoft::Build::Evaluation::ProjectItem ^> ^ ItemsIgnoringCondition { System::Collections::Generic::ICollection<Microsoft::Build::Evaluation::ProjectItem ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.ProjectItem> ItemsIgnoringCondition { get; }
member this.ItemsIgnoringCondition : System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.ProjectItem>
Public ReadOnly Property ItemsIgnoringCondition As ICollection(Of ProjectItem)
An enumerator over all items in this project, ordered within groups of item types, including items whose conditions evaluate to false, or are contained within item groups whose condition evaluates to false
.
Can be used to display all items, even if they are not part of the build in the current configuration.
Produit | Versions |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |