ProjectItemInstance.ITaskItem2.EvaluatedIncludeEscaped Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Evaluated include value, escaped as necessary. May be empty string.
property System::String ^ Microsoft::Build::Framework::ITaskItem2::EvaluatedIncludeEscaped { System::String ^ get(); void set(System::String ^ value); };
string Microsoft.Build.Framework.ITaskItem2.EvaluatedIncludeEscaped { get; set; }
member this.Microsoft.Build.Framework.ITaskItem2.EvaluatedIncludeEscaped : string with get, set
Property EvaluatedIncludeEscaped As String Implements ITaskItem2.EvaluatedIncludeEscaped
Property Value
The item include value.
Implements
Remarks
Taking the opportunity to fix the property name, although this doesn't make it obvious it's an improvement on ItemSpec.