IVsBuildManagerAccessor.Unescape(String, String) Method

Definition

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.

Applies to