IVsBuildManagerAccessor3.Unescape(String, String) 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.
Restores a previously escaped string to its original value.
public:
int Unescape(System::String ^ pwszEscapedValue, [Runtime::InteropServices::Out] System::String ^ % pbstrUnescapedValue);
int Unescape(std::wstring const & pwszEscapedValue, [Runtime::InteropServices::Out] std::wstring const & & pbstrUnescapedValue);
public int Unescape (string pwszEscapedValue, out string pbstrUnescapedValue);
abstract member Unescape : string * string -> int
Public Function Unescape (pwszEscapedValue As String, ByRef pbstrUnescapedValue As String) As Integer
Parameters
- pwszEscapedValue
- String
The escaped value.
- pbstrUnescapedValue
- String
[out] The unescaped value
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.