Compartilhar via


Propriedade VCDebugSettings.MPIAcceptFilter

Obtém ou define o filtro de Interface de processador múltiplo accept para o depurador.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String
A seqüência de caracteres contendo a ID do filtro.

Segurança do .NET Framework

Consulte também

Referência

VCDebugSettings Interface

Namespace Microsoft.VisualStudio.VCProjectEngine