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
- 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.
See Also
Reference
FeatureConnector<TFeatureProviderType> Class
Microsoft.Windows.Design.Features Namespace