InfoBarActionItem.ActionContext Property

Definition

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.

Implements

Applies to