AccessKeyConverter Class
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'宣言
Public Class AccessKeyConverter _
Inherits ValueConverter(Of String, String)
'使用
Dim instance As AccessKeyConverter
public class AccessKeyConverter : ValueConverter<string, string>
public ref class AccessKeyConverter : public ValueConverter<String^, String^>
type AccessKeyConverter =
class
inherit ValueConverter<string, string>
end
public class AccessKeyConverter extends ValueConverter<String, String>
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.PlatformUI.ValueConverter<String, String>
Microsoft.VisualStudio.PlatformUI.AccessKeyConverter
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.