IHostedApplication3.NotifyContextChange(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.
Notifies the application that the context has changed.
public:
void NotifyContextChange(Microsoft::Uii::Csr::Context ^ context);
public void NotifyContextChange (Microsoft.Uii.Csr.Context context);
abstract member NotifyContextChange : Microsoft.Uii.Csr.Context -> unit
Public Sub NotifyContextChange (context As Context)
Parameters
- context
- Context
Specifies the context object with which to notify.