Partager via


VSWebPackage.OpenWebSite, méthode

Ouvre un site Web.

Espace de noms :  VsWebSite
Assembly :  VsWebSite.Interop (dans VsWebSite.Interop.dll)

Syntaxe

'Déclaration
Function OpenWebSite ( _
    bstrUrl As String, _
    options As OpenWebsiteOptions, _
    bAddToSolution As Boolean _
) As Project
Project OpenWebSite(
    string bstrUrl,
    OpenWebsiteOptions options,
    bool bAddToSolution
)
Project^ OpenWebSite(
    [InAttribute] String^ bstrUrl, 
    [InAttribute] OpenWebsiteOptions options, 
    [InAttribute] bool bAddToSolution
)
abstract OpenWebSite : 
        bstrUrl:string * 
        options:OpenWebsiteOptions * 
        bAddToSolution:bool -> Project
function OpenWebSite(
    bstrUrl : String, 
    options : OpenWebsiteOptions, 
    bAddToSolution : boolean
) : Project

Paramètres

  • bstrUrl
    Type : String

    URL du site Web à ouvrir. Il peut s'agir d'un chemin d'accès à un dossier sur le disque, d'une URL HTTP ou FTP. Ce paramètre ne prend pas en charge les URL qui utilisent le protocole file://.

  • bAddToSolution
    Type : Boolean

    Valeur booléenne qui détermine si le site Web est ajouté à la solution.

Valeur de retour

Type : Project
Objet EnvDTE.

Sécurité .NET Framework

Voir aussi

Référence

VSWebPackage Interface

VsWebSite, espace de noms