Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or set the Multi-Processor-Interface accept value for the debugger.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property MPIAcceptMode As enumMPIAcceptModes
'Usage
Dim instance As VCDebugSettings
Dim value As enumMPIAcceptModes
value = instance.MPIAcceptMode
instance.MPIAcceptMode = value
enumMPIAcceptModes MPIAcceptMode { get; set; }
property enumMPIAcceptModes MPIAcceptMode {
enumMPIAcceptModes get ();
void set (enumMPIAcceptModes value);
}
function get MPIAcceptMode () : enumMPIAcceptModes
function set MPIAcceptMode (value : enumMPIAcceptModes)
Property Value
Type: Microsoft.VisualStudio.VCProjectEngine.enumMPIAcceptModes
Returns an enumMPIAcceptModes enumeration.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.