AccessKeyUnderliningConverter.Convert Method (String, Object, CultureInfo)
Microsoft internal use only.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaración
Protected Overrides Function Convert ( _
fullText As String, _
parameter As Object, _
culture As CultureInfo _
) As Object
protected override Object Convert(
string fullText,
Object parameter,
CultureInfo culture
)
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.