Skip to content

Commit fb10622

Browse files
Fix typo: pulisherName -> packagePublisher in FindPackages remarks
Agent-Logs-Url: https://github.com/MicrosoftDocs/winrt-api/sessions/459e48c3-a6d3-482d-b285-1b4918743ef2 Co-authored-by: GrantMeStrength <1928855+GrantMeStrength@users.noreply.github.com>
1 parent 35a5106 commit fb10622

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

windows.management.deployment/packagemanager_findpackages_331793265.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The package family name. This parameter cannot be **null**.
2020
If the method succeeds, an enumerable collection of package objects with the same package family name will be returned. Each Package object in this collection contains information about the package, including but not limited to its name, publisher, version, and install location. If no packages with the specified package family name are found, this method returns an empty list.
2121

2222
## -remarks
23-
This method requires administrative privileges. Each package in the [IIterable(Package)](../windows.foundation.collections/iiterable_1.md) collection may be installed for the current user or for another user. This method differs from [FindPackages(String packageName, String pulisherName)](packagemanager_findpackages_1597689551.md) method. Here the *packageFamilyName* parameter is a single string, comprised of the package name and package publisher hash.
23+
This method requires administrative privileges. Each package in the [IIterable(Package)](../windows.foundation.collections/iiterable_1.md) collection may be installed for the current user or for another user. This method differs from [FindPackages(String packageName, String packagePublisher)](packagemanager_findpackages_1597689551.md) method. Here the *packageFamilyName* parameter is a single string, comprised of the package name and package publisher hash.
2424

2525
> [!NOTE]
2626
> The *packageFamilyName* parameter corresponds to [Package.Id.FamilyName](/uwp/api/windows.applicationmodel.packageid.familyname) — for example, `Microsoft.WindowsCalculator_8wekyb3d8bbwe`. This is **not** the same as [Package.Id.Name](/uwp/api/windows.applicationmodel.packageid.name) (e.g., `Microsoft.WindowsCalculator`) or [Package.Id.FullName](/uwp/api/windows.applicationmodel.packageid.fullname) (which includes version and architecture). Passing an incorrect format silently returns an empty collection.

0 commit comments

Comments
 (0)