Partilhar via


Método VSWebPackage.OpenWebSite

Abre um site da Web.

Namespace:  VsWebSite
Assembly:  VsWebSite.Interop (em VsWebSite.Interop.dll)

Sintaxe

'Declaração
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

Parâmetros

  • bstrUrl
    Tipo: System.String
    A URL do site da Web para abrir.Isso pode ser um caminho para uma pasta no disco, uma URL HTTP ou um URL FTP.Este parâmetro não oferece suporte a URLs que usam o protocolo file://.
  • bAddToSolution
    Tipo: System.Boolean
    Um valor Booleano determinando se o site é adicionado à solução.

Valor de retorno

Tipo: EnvDTE.Project
An EnvDTE object.

Segurança do .NET Framework

Consulte também

Referência

VSWebPackage Interface

Namespace VsWebSite