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)

[GuidAttribute("759D0500-D979-11CE-84EC-00AA00614F3E")]
[InterfaceTypeAttribute(1)]
public interface IUIElement

NameDescription
System_CAPS_pubmethodHide()

Hides the user interface element.

System_CAPS_pubmethodIsVisible()

Indicates whether or not the UI element is visible.

System_CAPS_pubmethodShow()

Shows the user interface element.

Return to top
Show: