ApplicationHost.RequiresContextChangeNotification 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.
Determines whether a given application is need to be notified with the change in the context.
protected:
bool RequiresContextChangeNotification(Microsoft::Uii::Csr::IHostedApplication ^ app, bool taggedApplicationsOnly);
protected bool RequiresContextChangeNotification (Microsoft.Uii.Csr.IHostedApplication app, bool taggedApplicationsOnly);
member this.RequiresContextChangeNotification : Microsoft.Uii.Csr.IHostedApplication * bool -> bool
Protected Function RequiresContextChangeNotification (app As IHostedApplication, taggedApplicationsOnly As Boolean) As Boolean
Parameters
Specifies the hosted application
- taggedApplicationsOnly
- Boolean
True
if only tagged global and non-global applications requires context change.
Returns
True
if the application needs to be notified, otherwise false
.