HostedApplication.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(String) |
Obsolete.
Notify the application that the context changed |
NotifyContextChange(Context) |
Notify the application that the context changed |
NotifyContextChange(String)
Caution
This method has been deprecated, use NotifyContextChange(Context)
Notify the application that the context changed
public:
abstract void NotifyContextChange(System::String ^ context);
[System.Obsolete("This method has been deprecated, use NotifyContextChange(Context)")]
public abstract void NotifyContextChange (string context);
[<System.Obsolete("This method has been deprecated, use NotifyContextChange(Context)")>]
abstract member NotifyContextChange : string -> unit
Public MustOverride Sub NotifyContextChange (context As String)
Parameters
- context
- String
The context string used in the notification.
Implements
- Attributes
Applies to
NotifyContextChange(Context)
Notify the application that the context changed
public:
abstract void NotifyContextChange(Microsoft::Uii::Csr::Context ^ context);
public abstract void NotifyContextChange (Microsoft.Uii.Csr.Context context);
abstract member NotifyContextChange : Microsoft.Uii.Csr.Context -> unit
Public MustOverride Sub NotifyContextChange (context As Context)
Parameters
- context
- Context
The context object used in the notification.