ProjectLink.ItemsIgnoringCondition 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.
Access to remote ItemsIgnoringCondition.
public:
abstract property System::Collections::Generic::ICollection<Microsoft::Build::Evaluation::ProjectItem ^> ^ ItemsIgnoringCondition { System::Collections::Generic::ICollection<Microsoft::Build::Evaluation::ProjectItem ^> ^ get(); };
public abstract System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.ProjectItem> ItemsIgnoringCondition { get; }
member this.ItemsIgnoringCondition : System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.ProjectItem>
Public MustOverride ReadOnly Property ItemsIgnoringCondition As ICollection(Of ProjectItem)