SmartTagProvider.Context Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the EditingContext associated with this provider.

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

Syntax

'Declaration
Protected Property Context As EditingContext
    Get
    Private Set
'Usage
Dim value As EditingContext

value = Me.Context
protected EditingContext Context { get; private set; }
protected:
property EditingContext^ Context {
    EditingContext^ get ();
    private: void set (EditingContext^ value);
}
function get Context () : EditingContext
private function set Context (value : EditingContext)
member Context : EditingContext with get, private set

Property Value

Type: Microsoft.Windows.Design.EditingContext
An EditingContext for the provider.

Remarks

This property will be nulla null reference (Nothing in Visual Basic) until this provider gets activated by the designer and the Activate method is called.

.NET Framework Security

See Also

Reference

SmartTagProvider Class

SmartTagProvider Members

Microsoft.Windows.Design.Interaction Namespace