IVsBuildManagerAccessor4.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.
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