UIObject Class

Simple wrapper class over an existing IVsUIObject,

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 UIObject _
    Implements IVsUIObject
‘사용 방법
Dim instance As UIObject
[CLSCompliantAttribute(false)]
public sealed class UIObject : IVsUIObject
[CLSCompliantAttribute(false)]
public ref class UIObject sealed : IVsUIObject
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type UIObject =  
    class
        interface IVsUIObject
    end
public final class UIObject implements IVsUIObject

Inheritance Hierarchy

System.Object
  Microsoft.Internal.VisualStudio.PlatformUI.UIObject

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

UIObject Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace