InfoBarActionItem.ActionContext Property
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.
Gets the context associated with this action item, used to identify the action when it's invoked.
public:
property System::Object ^ ActionContext { System::Object ^ get(); };
public:
property Platform::Object ^ ActionContext { Platform::Object ^ get(); };
public dynamic ActionContext { get; }
member this.ActionContext : obj
Public ReadOnly Property ActionContext As Object
Property Value
Gets the context associated with this action item, used to identify the action when it's invoked.