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
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
Wartość właściwości
Type: System.Int32
Identyfikator.
Uwagi
Ustawienie tej właściwości stwarza PropertyChanged zdarzenia.
Zobacz też
PropertyChanged
Klasa TestStepMarkerAction
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common
Powrót do początku