StorageInfo.EnumeratePackagePaths 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.
Returns a list of paths for the upgraded packages in a given folder.
public:
System::Collections::Generic::List<System::String ^> ^ EnumeratePackagePaths();
public System.Collections.Generic.List<string> EnumeratePackagePaths ();
member this.EnumeratePackagePaths : unit -> System.Collections.Generic.List<string>
Public Function EnumeratePackagePaths () As List(Of String)
Returns
A list of paths for upgrade packages in a given folder.