HelperMethods::StripAccelerators Method (String^, Object^)
Visual Studio 2015
Note: This API is now obsolete.Namespace:
Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Return to top
Microsoft internal use only.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: [ObsoleteAttribute("This method is obsolete. Please use Microsoft.VisualStudio.Utilities.Accelerator.StripAccelerators instead. You may need to add a reference to Microsoft.VisualStudio.Utilities.")] static String^ StripAccelerators( String^ input, Object^ accessKeySpecifier )
Parameters
- input
-
Type:
System::String^
String to strip of access key specifiers
- accessKeySpecifier
-
Type:
System::Object^
Character to strip
Return Value
Type: System::String^
Show: