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.12.0 (in Microsoft.VisualStudio.Shell.12.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: StringThe string
parameter
Type: ObjectThe access key to convert. Should be a character.
culture
Type: CultureInfoThe culture
Return Value
Type: 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.