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 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
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: 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.