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 with get
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.