Freigeben über


Tool.Context-Eigenschaft

Ruft den Bearbeitungskontext für Code innerhalb des Tools ab.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Protected ReadOnly Property Context As EditingContext
    Get
protected EditingContext Context { get; }
protected:
property EditingContext^ Context {
    EditingContext^ get ();
}
member Context : EditingContext
function get Context () : EditingContext

Eigenschaftswert

Typ: Microsoft.Windows.Design.EditingContext
Ein EditingContext für Code innerhalb des Tools.

Hinweise

Die Context-Eigenschaft ist nur verfügbar, wenn ein Tool aktiv ist. Wenn das Tool nicht aktiv ist, löst die Eigenschaft eine InvalidOperationException aus.

.NET Framework-Sicherheit

Siehe auch

Referenz

Tool Klasse

Microsoft.Windows.Design.Interaction-Namespace

Weitere Ressourcen

Toolarchitektur

Erweiterbare Architektur des WPF-Designers