ApplicationHost.SetContext(Context) Method
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.
Sets the context.
public:
virtual Guid SetContext(Microsoft::Uii::Csr::Context ^ context);
public virtual Guid SetContext (Microsoft.Uii.Csr.Context context);
abstract member SetContext : Microsoft.Uii.Csr.Context -> Guid
override this.SetContext : Microsoft.Uii.Csr.Context -> Guid
Public Overridable Function SetContext (context As Context) As Guid
Parameters
- context
- Context
Specifies the context.
Returns
The context ID.