Proprietà VCDebugSettings.MPIRunCommand
Imposta o ottiene il nome del comando da eseguire nell'area di autenticazione dell'interfaccia multiprocessore.
Spazio dei nomi: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
Tipo: System.String
Stringa contenente il nome del comando.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.