Freigeben über


IEditor.Control-Eigenschaft

Die folgenden Ausführungen gelten für v2.

Ruft das Steuerelement ab, das in der Benutzeroberfläche gehostet wird.

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
ReadOnly Property Control As Control 
    Get
'Usage
Dim instance As IEditor 
Dim value As Control 

value = instance.Control
Control Control { get; }
property Control^ Control {
    Control^ get ();
}
abstract Control : Control
function get Control () : Control

Eigenschaftswert

Typ: System.Windows.Controls.Control
Das Steuerelement, das in der Benutzeroberfläche gehostet wird.

Siehe auch

Verweis

IEditor Schnittstelle

Microsoft.WebMatrix.Extensibility.Editor-Namespace