Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 646 Bytes

packageextension_id.md

File metadata and controls

26 lines (16 loc) · 646 Bytes
-api-id -api-type
P:Windows.ApplicationModel.PackageExtensions.PackageExtension.Id
winrt property

Windows.ApplicationModel.PackageExtensions.PackageExtension.Id

-description

The extension's instance identifier.

-property-value

A string containing the instance identifier.

-remarks

There may be multiple extensions within an extension group. The identifier distinguishes them from each other. For example, a category may contain both a test and shipping extension in the same category and they would have different identifiers so you can tell them apart.

-see-also

-examples