VCDebugSettings.MPIRunCommand - свойство
Sets or gets the name of the command to run under the Multi-Processor-Interface realm.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
Property MPIRunCommand As String
'Применение
Dim instance As VCDebugSettings
Dim value As String
value = instance.MPIRunCommand
instance.MPIRunCommand = value
string MPIRunCommand { get; set; }
property String^ MPIRunCommand {
String^ get ();
void set (String^ value);
}
function get MPIRunCommand () : String
function set MPIRunCommand (value : String)
Значение свойства
Тип: System.String
String containing the name of the command.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.