Condividi tramite


Proprietà WebSiteProperties.StartURL

Ottiene o imposta l'URL iniziale del sito Web.

Spazio dei nomi:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.String
URL da utilizzare all'avvio del sito Web.

Note

Il valore della proprietà StartURL viene utilizzato solo se il valore della proprietà StartAction è webStartActionURL.

Esempi

Per un esempio di lettura e impostazione di proprietà ad associazione tardiva, vedere WebSiteProperties.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebSiteProperties Interfaccia

Spazio dei nomi VsWebSite

EnvDTE

WebSiteProperties

Altre risorse

Riferimenti agli assembly di automazione e all'oggetto DTE2