Skip to content

Commit 13843a8

Browse files
Steven WhiteSteven White
authored andcommitted
Merged PR 20042: batch of terminology reform
batch of terminology reform
1 parent 992a58c commit 13843a8

74 files changed

Lines changed: 74 additions & 77 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

‎windows.applicationmodel.activation/fileactivatedeventargs_callerpackagefamilyname.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The package family name of the app that launched your app.
1616
The caller's package family name.
1717

1818
## -remarks
19-
If the caller is a unpackaged app (such as a Win32 app), *CallerPackageFamilyName* will be empty, that is `""`.
19+
If the caller is an unpackaged app (such as an unpackaged desktop app), *CallerPackageFamilyName* will be empty, that is `""`.
2020

2121
## -examples
2222

‎windows.applicationmodel.activation/fileopenpickeractivatedeventargs_callerpackagefamilyname.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The package family name of the app that launched your app.
1616
The caller's package family name.
1717

1818
## -remarks
19-
If the caller is a unpackaged app (such as a Win32 app), *CallerPackageFamilyName* will be empty, that is `""`.
19+
If the caller is an unpackaged app (such as an unpackaged desktop app), *CallerPackageFamilyName* will be empty, that is `""`.
2020

2121
## -examples
2222

‎windows.applicationmodel.activation/filesavepickeractivatedeventargs_callerpackagefamilyname.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The package family name of the app that launched this app.
1616
The caller's package family name.
1717

1818
## -remarks
19-
*CallerPackageFamilyName* will be empty if the caller is a unpackaged app (such as a Win32 app).
19+
*CallerPackageFamilyName* will be empty if the caller is an unpackaged app (such as an unpackaged desktop app).
2020

2121
## -examples
2222

‎windows.applicationmodel.activation/ifileactivatedeventargswithcallerpackagefamilyname_callerpackagefamilyname.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The package family name of the app that launched this app.
1616
The caller's package family name.
1717

1818
## -remarks
19-
If the caller is a unpackaged app (such as a Win32 app), *CallerPackageFamilyName* will be empty, that is `""`.
19+
If the caller is an unpackaged app (such as an unpackaged desktop app), *CallerPackageFamilyName* will be empty, that is `""`.
2020

2121
## -examples
2222

‎windows.applicationmodel.activation/ifilesavepickeractivatedeventargs2_callerpackagefamilyname.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The package family name of the app that launched your app.
1616
The caller's package family name.
1717

1818
## -remarks
19-
If the caller is a unpackaged app (such as a Win32 app), *CallerPackageFamilyName* will be empty, that is `""`.
19+
If the caller is an unpackaged app (such as an unpackaged desktop app), *CallerPackageFamilyName* will be empty, that is `""`.
2020

2121
## -examples
2222

‎windows.applicationmodel.activation/iprotocolactivatedeventargswithcallerpackagefamilynameanddata_callerpackagefamilyname.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gets the package family name of the application that activated the current appli
1616
The package family name of the application that activated the current application.
1717

1818
## -remarks
19-
If the caller is a unpackaged app (such as a Win32 app), *CallerPackageFamilyName* will be empty, that is `""`.
19+
If the caller is an unpackaged app (such as an unpackaged desktop app), *CallerPackageFamilyName* will be empty, that is `""`.
2020

2121
## -examples
2222

‎windows.applicationmodel.activation/protocolactivatedeventargs_callerpackagefamilyname.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gets the package family name of the application that activated the current appli
1616
The package family name of the application that activated the current application.
1717

1818
## -remarks
19-
If the caller is a unpackaged app (such as a Win32 app), *CallerPackageFamilyName* will be empty, that is `""`.
19+
If the caller is an unpackaged app (such as an unpackaged desktop app), *CallerPackageFamilyName* will be empty, that is `""`.
2020

2121
## -examples
2222

‎windows.applicationmodel.activation/protocolforresultsactivatedeventargs_callerpackagefamilyname.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gets the package family name of the application that activated the current appli
1616
The package family name of the application that activated the current application.
1717

1818
## -remarks
19-
If the caller is a unpackaged app (such as a Win32 app), *CallerPackageFamilyName* will be empty, that is `""`.
19+
If the caller is an unpackaged app (such as an unpackaged desktop app), *CallerPackageFamilyName* will be empty, that is `""`.
2020

2121
## -examples
2222

‎windows.applicationmodel/package_effectiveexternallocation.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The location of the machine-wide or per-user machine-wide external folder specif
2121

2222
The external folder is a disk location outside of the package where the package manifest can reference application content. This property returns either the machine-wide or per-user location of the external folder for the current package as a [StorageFolder](../windows.storage/storagefolder.md) object, depending on whether the app is provisioned for all users on the machine or on a per-user basis.
2323

24-
This property is intended to be used when you are granting identity to an unpackaged desktop application by using a *sparse* package. A sparse package contains only a package manifest (not an executable or other application content). The package manifest references application content in an external disk location outside of the package.
24+
This property is intended to be used when you are granting package identity by packaging with external location. A package with external location contains only a package manifest (not an executable or other application content). The package manifest references application content in an external disk location outside of the package.
2525

2626
To set the external folder, use one of the following combinations of [PackageManager](../windows.management.deployment/packagemanager.md) methods and related options properties:
2727

‎windows.applicationmodel/package_effectiveexternalpath.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The location of the machine-wide or per-user machine-wide external folder specif
2121

2222
The external folder is a disk location outside of the package where the package manifest can reference application content. This property returns either the machine-wide or per-user location of the external folder for the current package, depending on whether the app is provisioned for all users on the machine or on a per-user basis.
2323

24-
This property is intended to be used when you are granting identity to an unpackaged desktop application by using a *sparse* package. A sparse package contains only a package manifest (not an executable or other application content). The package manifest references application content in an external disk location outside of the package.
24+
This property is intended to be used when you are granting package identity by packaging with external location. A package with external location contains only a package manifest (not an executable or other application content). The package manifest references application content in an external disk location outside of the package.
2525

2626
To set the external folder, use one of the following combinations of [PackageManager](../windows.management.deployment/packagemanager.md) methods and related options properties:
2727

0 commit comments

Comments
 (0)