Condividi tramite


Proprietà TestStepMarkerAction.StepId

 

Ottiene o imposta l'identificatore del passo del marcatore.

Spazio dei nomi:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintassi

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

Valore proprietà

Type: System.Int32

Identificatore.

Note

L'impostazione di questa proprietà determina la generazione dell'evento PropertyChanged.

Vedere anche

PropertyChanged
Classe TestStepMarkerAction
Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common

Torna all'inizio