HostedControl.Context Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains session-wide context. Modifying this also notifies other applications of the context change.
public:
virtual property Microsoft::Uii::Csr::Context ^ Context { Microsoft::Uii::Csr::Context ^ get(); void set(Microsoft::Uii::Csr::Context ^ value); };
[System.ComponentModel.Browsable(false)]
public virtual Microsoft.Uii.Csr.Context Context { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Context : Microsoft.Uii.Csr.Context with get, set
Public Overridable Property Context As Context
Property Value
- Attributes