Share via


PackageExtensionPackageInstalledEventArgs.PackageExtensionName Property

Definition

Gets the name of the extension package that was installed.

public:
 property Platform::String ^ PackageExtensionName { Platform::String ^ get(); };
winrt::hstring PackageExtensionName();
public string PackageExtensionName { get; }
var string = packageExtensionPackageInstalledEventArgs.packageExtensionName;
Public ReadOnly Property PackageExtensionName As String

Property Value

String

Platform::String

winrt::hstring

The name of the extension.

Applies to