VCDebugSettings.MPIAcceptMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or set the Multi-Processor-Interface accept value for the debugger.
public:
property Microsoft::VisualStudio::VCProjectEngine::enumMPIAcceptModes MPIAcceptMode { Microsoft::VisualStudio::VCProjectEngine::enumMPIAcceptModes get(); void set(Microsoft::VisualStudio::VCProjectEngine::enumMPIAcceptModes value); };
public:
property Microsoft::VisualStudio::VCProjectEngine::enumMPIAcceptModes MPIAcceptMode { Microsoft::VisualStudio::VCProjectEngine::enumMPIAcceptModes get(); void set(Microsoft::VisualStudio::VCProjectEngine::enumMPIAcceptModes value); };
[System.Runtime.InteropServices.DispId(2381)]
public Microsoft.VisualStudio.VCProjectEngine.enumMPIAcceptModes MPIAcceptMode { [System.Runtime.InteropServices.DispId(2381)] get; [System.Runtime.InteropServices.DispId(2381)] set; }
[<System.Runtime.InteropServices.DispId(2381)>]
[<get: System.Runtime.InteropServices.DispId(2381)>]
[<set: System.Runtime.InteropServices.DispId(2381)>]
member this.MPIAcceptMode : Microsoft.VisualStudio.VCProjectEngine.enumMPIAcceptModes with get, set
Public Property MPIAcceptMode As enumMPIAcceptModes
Property Value
Returns an enumMPIAcceptModes enumeration.
- Attributes