DataCollectionContext Class

Represents the context in which data collection occurs.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class DataCollectionContext
[SerializableAttribute]
public class DataCollectionContext
[SerializableAttribute]
public ref class DataCollectionContext
[<SerializableAttribute>]
type DataCollectionContext =  class end
public class DataCollectionContext

The DataCollectionContext type exposes the following members.

Constructors

  Name Description
Protected method DataCollectionContext(SessionId) Initializes a new instance of the DataCollectionContext class by using the provided session ID.
Protected method DataCollectionContext(SessionId, TestExecId) Initializes a new instance of the DataCollectionContext class by using the provided session ID and test execution ID.

Top

Properties

  Name Description
Public property HasTestCase Gets a value that indicates whether an executing test case is associated with this context.
Public property SessionId Gets the [Microsoft.VisualStudio.TestTools.Common.SessionId] for the session under which the data collection occurs. Will not be nulla null reference (Nothing in Visual Basic).
Public property TestExecId Gets a TestExecId that identifies the test execution under which the data collection occurs.

Top

Methods

  Name Description
Public method Equals Determines whether the specified DataCollectionContext matches the current DataCollectionContext. (Overrides Object.Equals(Object).)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a DataCollectionContext. (Overrides Object.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Operators

  Name Description
Public operatorStatic member Equality Returns a value that indicates whether two instances of DataCollectionContext match.
Public operatorStatic member Inequality Returns a value that indicates whether two instances of DataCollectionContext do not match.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.TestTools.Execution Namespace