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
fullText
Type: System.StringThe string
parameter
Type: System.ObjectThe access key to convert. Should be a character.
culture
Type: System.Globalization.CultureInfoThe 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.