Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: 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.