Win32ToWpfImageListConverter Class

This API is not CLS-compliant. 

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
<CLSCompliantAttribute(False)> _
Public NotInheritable Class Win32ToWpfImageListConverter _
    Implements IVsUIDataConverter
‘사용 방법
Dim instance As Win32ToWpfImageListConverter
[CLSCompliantAttribute(false)]
public sealed class Win32ToWpfImageListConverter : IVsUIDataConverter
[CLSCompliantAttribute(false)]
public ref class Win32ToWpfImageListConverter sealed : IVsUIDataConverter
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type Win32ToWpfImageListConverter =  
    class
        interface IVsUIDataConverter
    end
public final class Win32ToWpfImageListConverter implements IVsUIDataConverter

Inheritance Hierarchy

System.Object
  Microsoft.Internal.VisualStudio.PlatformUI.Win32ToWpfImageListConverter

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.

See Also

Reference

Win32ToWpfImageListConverter Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace