ProductManager.LoadExternalFile(Uri) 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.
Loads the specified file in the product manager after making sure it is valid.
public:
void LoadExternalFile(Uri ^ uri);
public void LoadExternalFile(Uri uri);
member this.LoadExternalFile : Uri -> unit
Parameters
- uri
- Uri
A Uri where the product file is located.
Exceptions
uri is null (Nothing in Visual Basic)
Remarks
This method downloads the file and stores it in a cache location. The downloaded file is then merged with the results of the current ProductManager products.