IUIElement Interface

Shows or hides a user interface element. Implemented by the element and used by the container.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
<GuidAttribute("759D0500-D979-11CE-84EC-00AA00614F3E")> _
<InterfaceTypeAttribute()> _
Public Interface IUIElement
[GuidAttribute("759D0500-D979-11CE-84EC-00AA00614F3E")]
[InterfaceTypeAttribute()]
public interface IUIElement
[GuidAttribute(L"759D0500-D979-11CE-84EC-00AA00614F3E")]
[InterfaceTypeAttribute()]
public interface class IUIElement
[<GuidAttribute("759D0500-D979-11CE-84EC-00AA00614F3E")>]
[<InterfaceTypeAttribute()>]
type IUIElement =  interface end
public interface IUIElement

The IUIElement type exposes the following members.

Methods

  Name Description
Public method Hide Hides the user interface element.
Public method IsVisible Indicates whether or not the UI element is visible.
Public method Show Shows the user interface element.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace