Aracılığıyla paylaş


TestStepEventArgs.TestStepDescription Özellik

Alır veya sınama adım açıklamasını ayarlar.

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

Sözdizimi

'Bildirim
Public Property TestStepDescription As String
public string TestStepDescription { get; private set; }
public:
property String^ TestStepDescription {
    String^ get ();
    private: void set (String^ value);
}
member TestStepDescription : string with get, private set
function get TestStepDescription () : String
private function set TestStepDescription (value : String)

Özellik Değeri

Tür: System.String
Sınama adım açıklamasını döndürür.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

TestStepEventArgs Sınıf

Microsoft.VisualStudio.TestTools.Execution Ad Alanı

#ctor