TaskItem.ITaskItem2.EvaluatedIncludeEscaped Property

ITaskItem2 implementation which gets or sets the item include value. For disk-based items this would be the file path.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.Utilities
Assembly:  Microsoft.Build.Utilities.Core (in Microsoft.Build.Utilities.Core.dll)

Syntax

'Declaration
Private Property EvaluatedIncludeEscaped As String 
    Implements ITaskItem2.EvaluatedIncludeEscaped
string ITaskItem2.EvaluatedIncludeEscaped { get; set; }
private:
virtual property String^ EvaluatedIncludeEscaped {
    String^ get () sealed = ITaskItem2::EvaluatedIncludeEscaped::get;
    void set (String^ value) sealed = ITaskItem2::EvaluatedIncludeEscaped::set;
}
private abstract EvaluatedIncludeEscaped : string with get, set 
private override EvaluatedIncludeEscaped : string with get, set
JScript does not support explicit interface implementations.

Property Value

Type: System.String
Returns the item include value.

Implements

ITaskItem2.EvaluatedIncludeEscaped

.NET Framework Security

See Also

Reference

TaskItem Class

Microsoft.Build.Utilities Namespace