Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.