IDataCollectionRunContext-Schnittstelle
Schnittstelle für ein Objekt, das die aktuelle Umgebung benutzerdefinierter Adapter für diagnostische Daten kapselt.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public Interface IDataCollectionRunContext
public interface IDataCollectionRunContext
public interface class IDataCollectionRunContext
type IDataCollectionRunContext = interface end
public interface IDataCollectionRunContext
Der IDataCollectionRunContext-Typ macht die folgenden Member verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
ResultSink | Ruft ein Objekt ab, das die Ergebnisse aus einem Test auf dem Test Manager-Server speichert. | |
RunContextVariables | Ruft ein Objekt ab, das den Zugriff auf jeden Wert im Kontext ermöglicht. | |
TestRun | Ruft einen Verweis auf das Testlaufobjekt ab. |
Zum Seitenanfang