Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- 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.