VCDebugSettings.ApplicationCommand 属性

设置或获取要调试的应用程序的名称。

命名空间:  Microsoft.VisualStudio.VCProjectEngine
程序集:  Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

语法

声明
Property ApplicationCommand As String
string ApplicationCommand { get; set; }
property String^ ApplicationCommand {
    String^ get ();
    void set (String^ value);
}
abstract ApplicationCommand : string with get, set
function get ApplicationCommand () : String
function set ApplicationCommand (value : String)

属性值

类型:System.String
包含应用程序名称的字符串。

.NET Framework 安全性

请参见

参考

VCDebugSettings 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间