Share via


AppExtensionPackageInstalledEventArgs.AppExtensionName Property

Definition

Gets the name of the extension package that was installed.

public:
 property Platform::String ^ AppExtensionName { Platform::String ^ get(); };
winrt::hstring AppExtensionName();
public string AppExtensionName { get; }
var string = appExtensionPackageInstalledEventArgs.appExtensionName;
Public ReadOnly Property AppExtensionName As String

Property Value

String

Platform::String

winrt::hstring

The name of the extension.

Applies to