TaskItemExtensions.

ToPath(ITaskItem) Method

Summary

Gets the path for the given ITaskItem.

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.