MetaData.RetrieveSchemaFromUrlToFile(String, 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.
Downloads the XML schema from a URL, and writes it to the specified file.
public:
static void RetrieveSchemaFromUrlToFile(System::String ^ url, System::String ^ path);
public static void RetrieveSchemaFromUrlToFile (string url, string path);
static member RetrieveSchemaFromUrlToFile : string * string -> unit
Public Shared Sub RetrieveSchemaFromUrlToFile (url As String, path As String)
Parameters
- url
- String
The URL where the XML schema is located.
- path
- String
The path of the file that the schema is written to.
Remarks
Note
If a file with the specified name already exists, it is overwritten.
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.