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)

Syntax

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

Property Value

Type: System.Windows.UIElement
The WPF UIElement that the presenter wants to be displayed inside a ITextView popup.

.NET Framework Security

See Also

Reference

IPopupIntellisensePresenter Interface

Microsoft.VisualStudio.Language.Intellisense Namespace