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
- 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.