Aracılığıyla paylaş


TestStepEventArgs.TestStepId Özellik

Alır veya ayarlar test adımı kimliği.

Ad alanı:  Microsoft.VisualStudio.TestTools.Execution
Derleme:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll içinde)

Sözdizimi

'Bildirim
Public Property TestStepId As Integer
public int TestStepId { get; private set; }
public:
property int TestStepId {
    int get ();
    private: void set (int value);
}
member TestStepId : int with get, private set
function get TestStepId () : int
private function set TestStepId (value : int)

Özellik Değeri

Tür: System.Int32
Sınama adımın kimliği döndürür.

Notlar

Hangi koşullarda veri toplama işlemi gerçekleştiğinde test adımı tanımlayan veya 0 böyle bir test adımı varsa.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

TestStepEventArgs Sınıf

Microsoft.VisualStudio.TestTools.Execution Ad Alanı

#ctor