Partilhar via


Propriedade VCDebugSettings.MPIRunCommand

Define ou obtém o nome do comando a ser executado sob o território de Interface de processador múltiplo.

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

Sintaxe

'Declaração
Property MPIRunCommand As String
string MPIRunCommand { get; set; }
property String^ MPIRunCommand {
    String^ get ();
    void set (String^ value);
}
abstract MPIRunCommand : string with get, set
function get MPIRunCommand () : String
function set MPIRunCommand (value : String)

Valor de propriedade

Tipo: System.String
A seqüência de caracteres que contém o nome do comando.

Segurança do .NET Framework

Consulte também

Referência

VCDebugSettings Interface

Namespace Microsoft.VisualStudio.VCProjectEngine