Freigeben über


VCDebugSettings.ApplicationArguments-Eigenschaft

Legt Argumente für die zu debuggende Anwendung fest oder ruft diese ab.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Property ApplicationArguments As String
string ApplicationArguments { get; set; }
property String^ ApplicationArguments {
    String^ get ();
    void set (String^ value);
}
abstract ApplicationArguments : string with get, set
function get ApplicationArguments () : String
function set ApplicationArguments (value : String)

Eigenschaftswert

Typ: System.String
Eine Zeichenfolge, die die Anwendungsargumente enthält.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCDebugSettings Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace