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

'Dichiarazione
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)

Valore proprietà

Tipo: Int32
Identificatore.

Note

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestStepMarkerAction Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common

PropertyChanged