ProjectLink.GetItemsIgnoringCondition(String) Method
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.
Facilitate remoting the GetItemsIgnoringCondition(String).
public:
abstract System::Collections::Generic::ICollection<Microsoft::Build::Evaluation::ProjectItem ^> ^ GetItemsIgnoringCondition(System::String ^ itemType);
public abstract System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.ProjectItem> GetItemsIgnoringCondition (string itemType);
abstract member GetItemsIgnoringCondition : string -> System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.ProjectItem>
Public MustOverride Function GetItemsIgnoringCondition (itemType As String) As ICollection(Of ProjectItem)
Parameters
- itemType
- String