BrowserCapabilitiesCodeGenerator.ProcessBrowserFiles(Boolean, 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.
Loads and parses the XML contained in a collection of browser-definition files and inserts the information contained therein into an internal collection of browsers.
This API supports the product infrastructure and is not intended to be used directly from your code.
protected:
void ProcessBrowserFiles(bool useVirtualPath, System::String ^ virtualDir);
protected void ProcessBrowserFiles (bool useVirtualPath, string virtualDir);
member this.ProcessBrowserFiles : bool * string -> unit
Protected Sub ProcessBrowserFiles (useVirtualPath As Boolean, virtualDir As String)
Parameters
- useVirtualPath
- Boolean
true
to use a virtual path; otherwise, false
. The default is false
.
- virtualDir
- String
The path to the virtual directory that contains the browser-definition files. The default is Empty.
Exceptions
One of the browser-definition files does not have a root element named "browsers".
-or-
One of the browser-definition files fails to load.