IVsBuildManagerAccessor.Unescape(String, String) Método

Definição

Restaura uma cadeia de caracteres de escape anterior para seu valor original.

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

Parâmetros

pwszEscapedValue
String

O valor de escape.

pbstrUnescapedValue
String

fora O valor sem escape

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Aplica-se a