FeatureConnector<TFeatureProviderType>.Context Property

Gets the editing context for the feature connector.

Namespace:  Microsoft.Windows.Design.Features
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.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

Property Value

Type: Microsoft.Windows.Design.EditingContext
An EditingContext associated with the feature connector.

Remarks

The EditingContext is cached when the feature connector is constructed.

.NET Framework Security

See Also

Reference

FeatureConnector<TFeatureProviderType> Class

Microsoft.Windows.Design.Features Namespace

EditingContext

FeatureProvider

FeatureConnectorAttribute

Other Resources

Feature Providers and Feature Connectors

Understanding WPF Designer Extensibility