DebugTargetInfo.ProcessId (Propiedad)

Obtiene o establece el identificador para el proceso de depuración al que se debe adjuntar la operación.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
Public Property ProcessId As Integer
public int ProcessId { get; set; }
public:
property int ProcessId {
    int get ();
    void set (int value);
}
member ProcessId : int with get, set
function get ProcessId () : int
function set ProcessId (value : int)

Valor de propiedad

Tipo: System.Int32
Un valor de tipo int para identificar el proceso.

Seguridad de .NET Framework

Vea también

Referencia

DebugTargetInfo Clase

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)