FindUnderPath.Path Property
Definition
Filter based on whether items fall under this path or not.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
property Microsoft::Build::Framework::ITaskItem ^ Path { Microsoft::Build::Framework::ITaskItem ^ get(); void set(Microsoft::Build::Framework::ITaskItem ^ value); };
[Microsoft.Build.Framework.Required]
public Microsoft.Build.Framework.ITaskItem Path { get; set; }
[<Microsoft.Build.Framework.Required>]
member this.Path : Microsoft.Build.Framework.ITaskItem with get, set
Public Property Path As ITaskItem
Property Value
The folder path to use as the reference.
- Attributes