Partager via


WildcardFilter.Escape, méthode (Microsoft.Office.Server.ApplicationRegistry.Runtime)

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

Espace de noms : Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Public Shared Function Escape ( _
    str As String _
) As String
'Utilisation
Dim str As String
Dim returnValue As String

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

Paramètres

  • str
    A string.

Valeur de retour

A string with escape characters added.

Voir aussi

Référence

WildcardFilter, classe
Membres WildcardFilter
Microsoft.Office.Server.ApplicationRegistry.Runtime, espace de noms