InfoBarEventArgs.InfoBarUIElement Property

Definition

Gets the UIElement associated with the event.

public:
 property Microsoft::VisualStudio::Shell::Interop::IVsInfoBarUIElement ^ InfoBarUIElement { Microsoft::VisualStudio::Shell::Interop::IVsInfoBarUIElement ^ get(); };
public:
 property Microsoft::VisualStudio::Shell::Interop::IVsInfoBarUIElement ^ InfoBarUIElement { Microsoft::VisualStudio::Shell::Interop::IVsInfoBarUIElement ^ get(); };
public Microsoft.VisualStudio.Shell.Interop.IVsInfoBarUIElement InfoBarUIElement { get; }
member this.InfoBarUIElement : Microsoft.VisualStudio.Shell.Interop.IVsInfoBarUIElement
Public ReadOnly Property InfoBarUIElement As IVsInfoBarUIElement

Property Value

The UIElement.

Applies to