Поделиться через


VCDebugSettings.ApplicationArguments - свойство

Sets or gets arguments to the application that is to be debugged.

Пространство имен:  Microsoft.VisualStudio.VCProjectEngine
Сборка:  Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)

Синтаксис

'Декларация
Property ApplicationArguments As String
'Применение
Dim instance As VCDebugSettings
Dim value As String

value = instance.ApplicationArguments

instance.ApplicationArguments = value
string ApplicationArguments { get; set; }
property String^ ApplicationArguments {
    String^ get ();
    void set (String^ value);
}
function get ApplicationArguments () : String
function set ApplicationArguments (value : String)

Значение свойства

Тип: System.String

String containing the application arguments.

Разрешения

  • Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.

См. также

Ссылки

VCDebugSettings Интерфейс

VCDebugSettings - члены

Microsoft.VisualStudio.VCProjectEngine - пространство имен