Udostępnij za pośrednictwem


Właściwość TestStepMarkerAction.StepId —

Zwraca lub ustawia identyfikator kroku znacznik.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Składnia

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

Wartość właściwości

Typ: Int32
Identyfikator.

Uwagi

Ustawienie tej właściwości stwarza PropertyChanged zdarzenia.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

TestStepMarkerAction Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common

PropertyChanged