Delen via


MarkupDocumentManager.Context Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets access to the editing context of the designer.

Namespace:  Microsoft.Windows.Design.Documents
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)

Syntax

'Declaration
Protected ReadOnly Property Context As EditingContext
'Usage
Dim value As EditingContext 

value = Me.Context
protected EditingContext Context { get; }
protected:
property EditingContext^ Context {
    EditingContext^ get ();
}
protected function get Context () : EditingContext

Property Value

Type: Microsoft.Windows.Design.EditingContext
An editing context of the designer. This property never returns nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

MarkupDocumentManager Class

MarkupDocumentManager Members

Microsoft.Windows.Design.Documents Namespace

Other Resources

WPF Designer Extensibility