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