Skip to content

Commit 0166070

Browse files
Steven WhiteSteven White
authored andcommitted
Merged PR 21130: fixing incorrect statement about support
fixing incorrect statement about support
1 parent 5cd7b47 commit 0166070

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

windows.applicationmodel/package_description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The description of the package.
1717

1818
## -remarks
1919

20-
This property is supported only for UWP apps. On operating systems earlier than 10.0.19041.0, you must call this property on the package returned by [Package.Current](package_current.md), otherwise **Description** will return an empty string.
20+
This property is intended for use by [packaged](/windows/apps/package-and-deploy/) apps. On operating systems earlier than 10.0.19041.0, you must call this property on the package returned by [Package.Current](package_current.md), otherwise **Description** will return an empty string.
2121

2222
## -examples
2323

windows.applicationmodel/package_displayname.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The display name.
1717

1818
## -remarks
1919

20-
This property is supported only for UWP apps. On operating systems earlier than 10.0.19041.0, you must call this property on the package returned by [Package.Current](package_current.md), otherwise **DisplayName** will return an empty string.
20+
This property is intended for use by [packaged](/windows/apps/package-and-deploy/) apps. On operating systems earlier than 10.0.19041.0, you must call this property on the package returned by [Package.Current](package_current.md), otherwise **DisplayName** will return an empty string.
2121

2222
## -examples
2323

windows.applicationmodel/package_logo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The logo of the package.
1717

1818
## -remarks
1919

20-
This property is supported only for UWP apps. On operating systems earlier than 10.0.19041.0, you must call this property on the package returned by [Package.Current](package_current.md), otherwise **Logo** will throw an exception.
20+
This property is intended for use by [packaged](/windows/apps/package-and-deploy/) apps. On operating systems earlier than 10.0.19041.0, you must call this property on the package returned by [Package.Current](package_current.md), otherwise **Logo** will throw an exception.
2121

2222
## -examples
2323

windows.applicationmodel/package_publisherdisplayname.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The publisher display name.
1717

1818
## -remarks
1919

20-
This property is supported only for UWP apps. On operating systems earlier than 10.0.19041.0, you must call this property on the package returned by [Package.Current](package_current.md), otherwise **PublisherDisplayName** will return an empty string.
20+
This property is intended for use by [packaged](/windows/apps/package-and-deploy/) apps. On operating systems earlier than 10.0.19041.0, you must call this property on the package returned by [Package.Current](package_current.md), otherwise **PublisherDisplayName** will return an empty string.
2121

2222
## -examples
2323

0 commit comments

Comments
 (0)