Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
<CLSCompliantAttribute(False)> _
Public NotInheritable Class Win32IconUIObject _
Inherits Win32HandleUIObject(Of Win32IconHandle)
'Usage
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.