ICallHierarchyToolWindowUI::UIElement Property

 

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)

property UIElement^ UIElement {
	UIElement^ get();
}

Property Value

Type: System.Windows::UIElement^

The WPF element for the UI.

Return to top
Show: