Compartir a través de


: WildcardFilter.Escape (Método) (Microsoft.Office.Server.ApplicationRegistry.Runtime)

Adds the escape characters that are used for this Wildcard filter to the specified string.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
Public Shared Function Escape ( _
    str As String _
) As String
'Uso
Dim str As String
Dim returnValue As String

returnValue = WildcardFilter.Escape(str)
public static string Escape (
    string str
)

Parámetros

  • str
    A string.

Valor devuelto

A string with escape characters added.

Vea también

Referencia

WildcardFilter (Clase)
WildcardFilter (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Runtime (Espacio de nombres)