IVsBuildManagerAccessor::Escape Method (String^, String^)
Visual Studio 2015
Prepares a string to be persisted within MSBuild without evaluation.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Parameters
- pwszUnescapedValue
-
Type:
System::String^
The unescaped value.
- pbstrEscapedValue
-
Type:
System::String^
[out] The escaped value.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: