ICallHierarchyToolWindowUI.UIElement Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the Windows Presentation Foundation (WPF) element for the UI.

Namespace:  Microsoft.VisualStudio.Language.CallHierarchy
Assembly:  Microsoft.VisualStudio.Language.CallHierarchy (in Microsoft.VisualStudio.Language.CallHierarchy.dll)

Syntax

'Declaration
ReadOnly Property UIElement As UIElement
UIElement UIElement { get; }
property UIElement^ UIElement {
    UIElement^ get ();
}
abstract UIElement : UIElement with get
function get UIElement () : UIElement

Property Value

Type: System.Windows.UIElement
The WPF element for the UI.

.NET Framework Security

See Also

Reference

ICallHierarchyToolWindowUI Interface

Microsoft.VisualStudio.Language.CallHierarchy Namespace