Upgrader.Upgrade Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Upgrade(Stream, Stream, Boolean) | |
| Upgrade(String, String, Boolean) | |
| Upgrade(XmlReader, Stream, Boolean) |
Upgrade(Stream, Stream, Boolean)
public:
static void Upgrade(System::IO::Stream ^ inStream, System::IO::Stream ^ outStream, bool throwUpgradeException);
public static void Upgrade (System.IO.Stream inStream, System.IO.Stream outStream, bool throwUpgradeException);
Public Shared Sub Upgrade (inStream As Stream, outStream As Stream, throwUpgradeException As Boolean)
Parâmetros
- inStream
- Stream
- outStream
- Stream
- throwUpgradeException
- Boolean
Aplica-se a
Upgrade(String, String, Boolean)
public:
static void Upgrade(System::String ^ inputFile, System::String ^ outputFile, bool throwUpgradeException);
public static void Upgrade (string inputFile, string outputFile, bool throwUpgradeException);
Public Shared Sub Upgrade (inputFile As String, outputFile As String, throwUpgradeException As Boolean)
Parâmetros
- inputFile
- String
- outputFile
- String
- throwUpgradeException
- Boolean
Aplica-se a
Upgrade(XmlReader, Stream, Boolean)
public:
static void Upgrade(System::Xml::XmlReader ^ xmlReader, System::IO::Stream ^ outStream, bool throwUpgradeException);
public static void Upgrade (System.Xml.XmlReader xmlReader, System.IO.Stream outStream, bool throwUpgradeException);
Parâmetros
- xmlReader
- XmlReader
- outStream
- Stream
- throwUpgradeException
- Boolean