共用方式為


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)

屬性值

類型:String
包含應用程式名稱的字串。

.NET Framework 安全性

請參閱

參考

VCDebugSettings 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間