TestStepEventArgs.TestStepDescription, propriété
Obtient ou définit la description de l'étape de test.
Espace de noms : Microsoft.VisualStudio.TestTools.Execution
Assembly : Microsoft.VisualStudio.QualityTools.ExecutionCommon (dans Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntaxe
'Déclaration
Public Property TestStepDescription As String
Get
Private Set
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)
Valeur de propriété
Type : System.String
Retourne une description de l'étape de test.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.TestTools.Execution, espace de noms
#ctor(DataCollectionContext, Int32, String, Boolean, Int32, String)