PackageVolume.FindPackage(String) Method

Definition

Gets a collection of info about all installed instances of the specified Package for all registered users.

public:
 virtual IVector<Package ^> ^ FindPackage(Platform::String ^ packageFullName) = FindPackage;
/// [Windows.Foundation.Metadata.Overload("FindPackageByPackageFullName")]
IVector<Package> FindPackage(winrt::hstring const& packageFullName);
[Windows.Foundation.Metadata.Overload("FindPackageByPackageFullName")]
public IList<Package> FindPackage(string packageFullName);
function findPackage(packageFullName)
Public Function FindPackage (packageFullName As String) As IList(Of Package)

Parameters

packageFullName
String

Platform::String

winrt::hstring

The full name of the package.

Returns

A collection of info about all installed instances of the specified package for all registered users.

Attributes

Applies to

See also