Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
声明
Public Class AccessKeyRemovingConverter _
    Inherits ValueConverter(Of String, String)
用法
Dim instance As AccessKeyRemovingConverter
public class AccessKeyRemovingConverter : ValueConverter<string, string>
public ref class AccessKeyRemovingConverter : public ValueConverter<String^, String^>
type AccessKeyRemovingConverter =  
    class
        inherit ValueConverter<string, string>
    end
public class AccessKeyRemovingConverter extends ValueConverter<String, String>
Inheritance Hierarchy
System.Object
  Microsoft.VisualStudio.PlatformUI.ValueConverter<String, String>
    Microsoft.VisualStudio.PlatformUI.AccessKeyRemovingConverter
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.