FindInList.List Property

Definition

The list to search through

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ List { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); void set(cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ value); };
[Microsoft.Build.Framework.Required]
public Microsoft.Build.Framework.ITaskItem[] List { get; set; }
[Microsoft.Build.Framework.Required]
public Microsoft.Build.Framework.ITaskItem[] List { get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
[<Microsoft.Build.Framework.Required>]
member this.List : Microsoft.Build.Framework.ITaskItem[] with get, set
[<Microsoft.Build.Framework.Required>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.List : Microsoft.Build.Framework.ITaskItem[] with get, set
Public Property List As ITaskItem()

Property Value

The list in which to search for the itemspec.

Attributes

Applies to