IVsBuildManagerAccessor4.Escape(String, String) Method

Definition

public:
 int Escape(System::String ^ pwszUnescapedValue, [Runtime::InteropServices::Out] System::String ^ % pbstrEscapedValue);
public int Escape (string pwszUnescapedValue, out string pbstrEscapedValue);
abstract member Escape : string * string -> int
Public Function Escape (pwszUnescapedValue As String, ByRef pbstrEscapedValue As String) As Integer

Parameters

pwszUnescapedValue
String
pbstrEscapedValue
String

Returns

Implements

Applies to