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