Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Returns the provided string as an escaped string.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Shared Function Escape ( _
input As String _
) As String
public static string Escape(
string input
)
public:
static String^ Escape(
String^ input
)
static member Escape :
input:string -> string
public static function Escape(
input : String
) : String
Parameters
input
Type: StringThe string to escape.
Return Value
Type: String
The provided string as an escaped string.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.