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

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, _
    accessKeySpecifier As Object _
) As String
public static string StripAccelerators(
    string input,
    Object accessKeySpecifier
)

Paramètres

  • input
    Type : System.String
    Chaîne à éliminer des spécificateurs de touche d'accès rapide
  • accessKeySpecifier
    Type : System.Object
    Personnage à éliminer

Valeur de retour

Type : System.String

Sécurité .NET Framework

Voir aussi

Référence

HelperMethods Classe

StripAccelerators, surcharge

Microsoft.VisualStudio.PlatformUI, espace de noms