Win32IconUIObject Class

Managed implementation of wrapper IVsUIObject for HICON

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 Win32IconUIObject _
    Inherits Win32HandleUIObject(Of Win32IconHandle)
‘사용 방법
Dim instance As Win32IconUIObject
[CLSCompliantAttribute(false)]
public sealed class Win32IconUIObject : Win32HandleUIObject<Win32IconHandle>
[CLSCompliantAttribute(false)]
public ref class Win32IconUIObject sealed : public Win32HandleUIObject<Win32IconHandle^>
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type Win32IconUIObject =  
    class
        inherit Win32HandleUIObject<Win32IconHandle>
    end
public final class Win32IconUIObject extends Win32HandleUIObject<Win32IconHandle>

Inheritance Hierarchy

System.Object
  Microsoft.Internal.VisualStudio.PlatformUI.Win32HandleUIObject<Win32IconHandle>
    Microsoft.Internal.VisualStudio.PlatformUI.Win32IconUIObject

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

Win32IconUIObject Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace