Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft internal use only.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.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.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.