Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the Multi-Processor-Interface accept filter for the debugger.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property MPIAcceptFilter As String
Get
Set
string MPIAcceptFilter { get; set; }
property String^ MPIAcceptFilter {
String^ get ();
void set (String^ value);
}
abstract MPIAcceptFilter : string with get, set
function get MPIAcceptFilter () : String
function set MPIAcceptFilter (value : String)
Property Value
Type: System.String
String containing the ID of the filter.
.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.