ExternalApplication.NotifyContextChange 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.
Overloads
NotifyContextChange(Context) |
Notify the application that the context changed |
NotifyContextChange(String) |
Obsolete.
Called by application host to notify the app that the context has changed |
NotifyContextChange(Context)
Notify the application that the context changed
public:
override void NotifyContextChange(Microsoft::Uii::Csr::Context ^ context);
public override void NotifyContextChange (Microsoft.Uii.Csr.Context context);
override this.NotifyContextChange : Microsoft.Uii.Csr.Context -> unit
Public Overrides Sub NotifyContextChange (context As Context)
Parameters
- context
- Context
context
Applies to
NotifyContextChange(String)
Caution
This method has been deprecated, use NotifyContextChange(Context)
Called by application host to notify the app that the context has changed
public:
override void NotifyContextChange(System::String ^ context);
[System.Obsolete("This method has been deprecated, use NotifyContextChange(Context)")]
public override void NotifyContextChange (string context);
[<System.Obsolete("This method has been deprecated, use NotifyContextChange(Context)")>]
override this.NotifyContextChange : string -> unit
Public Overrides Sub NotifyContextChange (context As String)
Parameters
- context
- String
context information
- Attributes