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

'Declaration
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
)
protected:
virtual Object^ Convert(
    String^ fullText, 
    Object^ parameter, 
    CultureInfo^ culture
) override
abstract Convert : 
        fullText:string * 
        parameter:Object * 
        culture:CultureInfo -> Object  
override Convert : 
        fullText:string * 
        parameter:Object * 
        culture:CultureInfo -> Object
protected override function Convert(
    fullText : String, 
    parameter : Object, 
    culture : CultureInfo
) : Object

Parameters

  • parameter
    Type: System.Object

    The access key to convert. Should be a character.

Return Value

Type: System.Object
A span containing the converted string.

.NET Framework Security

See Also

Reference

AccessKeyUnderliningConverter Class

Convert Overload

Microsoft.VisualStudio.PlatformUI Namespace