Udostępnij za pośrednictwem


Metoda VSWebPackage.OpenWebSite —

Otwiera witrynę sieci Web.

Przestrzeń nazw:  VsWebSite
Zestaw:  VsWebSite.Interop (w VsWebSite.Interop.dll)

Składnia

'Deklaracja
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

Parametry

  • bstrUrl
    Typ: String

    Adres URL witryny sieci Web, aby otworzyć.Może to być ścieżka do folderu na dysku, adres URL HTTP lub FTP URL.Ten parametr nie obsługuje adresy URL, które używają protokołu file://.

  • bAddToSolution
    Typ: Boolean

    Wartość logiczna, określające, czy witryna sieci Web jest dodawana do roztworu.

Wartość zwracana

Typ: Project
EnvDTE Obiektu.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

VSWebPackage Interfejs

Przestrzeń nazw VsWebSite