PackageVolume.FindPackage(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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