HelperMethods.StripAccelerators, méthode (String, Char)

Réservé à un usage interne Microsoft.

Espace de noms :  Microsoft.VisualStudio.PlatformUI
Assembly :  Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)

Syntaxe

'Déclaration
Public Shared Function StripAccelerators ( _
    input As String, _
    accessSpecifier As Char _
) As String
public static string StripAccelerators(
    string input,
    char accessSpecifier
)

Paramètres

  • accessSpecifier
    Type : System.Char
    Spécifie le personnage pour traiter comme un spécificateur de touche d'accès rapide.

Valeur de retour

Type : System.String
Chaîne.

Sécurité .NET Framework

Voir aussi

Référence

HelperMethods Classe

StripAccelerators, surcharge

Microsoft.VisualStudio.PlatformUI, espace de noms