Sdílet prostřednictvím


WebSiteProperties.StartURL – vlastnost

Získá nebo nastaví počáteční adresu URL webu.

Obor názvů:  VsWebSite
Sestavení:  VsWebSite.Interop (v VsWebSite.Interop.dll)

Syntaxe

'Deklarace
Property StartURL As String
    Get
    Set
string StartURL { get; set; }
property String^ StartURL {
    String^ get ();
    void set (String^ value);
}
abstract StartURL : string with get, set
function get StartURL () : String
function set StartURL (value : String)

Hodnota vlastnosti

Typ: System.String
Adresa URL při spuštění serveru WWW.

Poznámky

StartURL Je použita hodnota jen tehdy, když hodnota StartAction vlastnost je webStartActionURL.

Příklady

Příklad čtení a nastavení vlastností s pozdní vazbou, viz WebSiteProperties.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

WebSiteProperties Rozhraní

VsWebSite – obor názvů

EnvDTE

WebSiteProperties

Další zdroje

Referencing Automation Assemblies and the DTE2 Object