Share via


VoiceCommandContentTile.AppContext Property

Definition

Gets or sets supplementary information the background app service can associate with the content tile. This information is not used by Cortana.

public:
 property Platform::Object ^ AppContext { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable AppContext();

void AppContext(IInspectable value);
public object AppContext { get; set; }
var object = voiceCommandContentTile.appContext;
voiceCommandContentTile.appContext = object;
Public Property AppContext As Object

Property Value

Object

Platform::Object

IInspectable

Supplementary information associated with the content tile.

Applies to

See also