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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.