Summary
Gets the path for the given
ITaskItem
.
- Namespace
- NBuildKit
.MsBuild .Tasks .Core - Containing Type
- TaskItemExtensions
Syntax
public static string ToPath(this ITaskItem item)
Parameters
Name | Type | Description |
---|---|---|
item | ITaskItem | The task item. |
Return Value
Type | Description |
---|---|
string | The path for the task item. |