IVsBuildManagerAccessor3.Unescape(String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Restaure une ancienne chaîne d'échappement à sa valeur d'origine.
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
Paramètres
- pwszEscapedValue
- String
Valeur placée dans une séquence d'échappement.
- pbstrUnescapedValue
- String
[out] Valeur non placée dans une séquence d'échappement.
Retours
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.