AccessKeyUnderliningConverter::Convert Method (String^, Object^, CultureInfo^)

 

Microsoft internal use only.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected:
virtual Object^ Convert(
	String^ fullText,
	Object^ parameter,
	CultureInfo^ culture
) override

Parameters

fullText
Type: System::String^

The string

parameter
Type: System::Object^

The access key to convert. Should be a character.

culture
Type: System.Globalization::CultureInfo^

The culture

Return Value

Type: System::Object^

A span containing the converted string.

Return to top
Show: