Share via


IVsBuildManagerAccessor4.Unescape(String, String) Method

Definition

public:
 int Unescape(System::String ^ pwszEscapedValue, [Runtime::InteropServices::Out] System::String ^ % 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
pbstrUnescapedValue
String

Returns

Implements

Applies to