ProjectInstance.GetPropertyValueEscaped(ProjectPropertyInstance) Method
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.
Get the escaped value of the provided property
public:
static System::String ^ GetPropertyValueEscaped(Microsoft::Build::Execution::ProjectPropertyInstance ^ property);
public static string GetPropertyValueEscaped (Microsoft.Build.Execution.ProjectPropertyInstance property);
static member GetPropertyValueEscaped : Microsoft.Build.Execution.ProjectPropertyInstance -> string
Public Shared Function GetPropertyValueEscaped (property As ProjectPropertyInstance) As String
Parameters
- property
- ProjectPropertyInstance
The property to be escaped.
Returns
The escaped value of the provided property.