ResourceManager.UnloadPriFiles(IIterable<IStorageFile>) 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.
Unloads one or more Package Resource Index (PRI) files.
public:
virtual void UnloadPriFiles(IIterable<IStorageFile ^> ^ files) = UnloadPriFiles;
void UnloadPriFiles(IIterable<IStorageFile> const& files);
public void UnloadPriFiles(IEnumerable<IStorageFile> files);
function unloadPriFiles(files)
Public Sub UnloadPriFiles (files As IEnumerable(Of IStorageFile))
Parameters
- files
The Package Resource Index (PRI) files you want to unload.
Remarks
If resource packs are used by an app, this method will always fail.
For more info about PRI files, see Resource Management System.