TestStepMarkerAction.StepId (Propiedad)

Obtiene o establece el identificador del paso del marcador.

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

Sintaxis

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

Valor de propiedad

Tipo: System.Int32
Identificador.

Comentarios

Al establecer esta propiedad se produce el evento PropertyChanged.

Seguridad de .NET Framework

Vea también

Referencia

TestStepMarkerAction Clase

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

PropertyChanged