TargetApplicationChosenEventArgs.ApplicationName Property

Definition

Contains the name of the app that the user chose to share content with.

public:
 property Platform::String ^ ApplicationName { Platform::String ^ get(); };
winrt::hstring ApplicationName();
public string ApplicationName { get; }
var string = targetApplicationChosenEventArgs.applicationName;
Public ReadOnly Property ApplicationName As String

Property Value

String

Platform::String

winrt::hstring

The name of the app.

Applies to