Condividi tramite


Proprietà WebSiteProperties.StartArguments

Ottiene o imposta una stringa che contiene gli argomenti da utilizzare all'avvio del sito Web.

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

Sintassi

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

Valore proprietà

Tipo: System.String
Argomenti per l'avvio del sito Web con il valore della proprietà StartProgram.

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