Méthode Project.OpenProject
Inclure les membres protégés
Inclure les membres hérités
Opens an existing project.
Ce membre est surchargé. Pour plus d'informations sur ce membre, notamment sur la syntaxe et l'utilisation, et pour visualiser des exemples, cliquez sur un nom dans la liste de surcharge.
Liste de surcharge
Nom | Description | |
---|---|---|
OpenProject(Stream) | Opens a project from an I/O stream. | |
OpenProject(String) | Opens an existing project in the specified file. | |
OpenProject(Stream, IDTSEvents) | Opens a project from an I/O stream and specifies an event listener to receive events. | |
OpenProject(Stream, String) | Opens a password protected project from an I/O stream. | |
OpenProject(String, IDTSEvents) | Opens an existing project in the specified file. | |
OpenProject(String, String) | Opens an existing project with password in the specified file. | |
OpenProject(Stream, String, IDTSEvents) | Opens a password protected project from an I/O stream and specifies an event listener to receive events. | |
OpenProject(String, String, IDTSEvents) | Opens an existing project in the specified file. | |
OpenProject(Stream, Project.AccessMode, String, IDTSEvents) | Opens a password protected project from an I/O stream and specifies an event listener to receive events. | |
OpenProject(String, Project.AccessMode, String, IDTSEvents) | Opens a password protected project in the specified path and specifies an event listener to receive events. |
Haut de la page