IPopupIntellisensePresenter::SurfaceElement Property

 

Gets the WPF UIElement that the presenter wants to be displayed inside a ITextView popup.

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

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

Property Value

Type: System.Windows::UIElement^

The WPF UIElement that the presenter wants to be displayed inside a ITextView popup.

Return to top
Show: