VCDebugSettings.ApplicationCommand - свойство
Sets or gets the name of the application to be debugged.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
Property ApplicationCommand As String
'Применение
Dim instance As VCDebugSettings
Dim value As String
value = instance.ApplicationCommand
instance.ApplicationCommand = value
string ApplicationCommand { get; set; }
property String^ ApplicationCommand {
String^ get ();
void set (String^ value);
}
function get ApplicationCommand () : String
function set ApplicationCommand (value : String)
Значение свойства
Тип: System.String
String containing the application name.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.