Share via


ProjectItemInstance.ITaskItem2.EvaluatedIncludeEscaped Property

ITaskItem2 implementation. Evaluated include value, escaped as necessary. May be empty string. Gets or sets the item include value e.g. 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.Execution
Assembly:  Microsoft.Build (in Microsoft.Build.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

Remarks

Taking the opportunity to fix the property name, although this doesn't make it obvious it's an improvement on ItemSpec.

.NET Framework Security

See Also

Reference

ProjectItemInstance Class

Microsoft.Build.Execution Namespace