The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AggregationSessionConfiguration Class
Provides session-level configuration information that is used by data collection aggregators.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
System::Object
Microsoft.VisualStudio.TestTools.Execution.Aggregation::AggregationSessionConfiguration
Microsoft.VisualStudio.TestTools.Execution.Aggregation::AggregationSessionConfiguration
| Name | Description | |
|---|---|---|
![]() | AggregationSessionConfiguration() | Initializes a new instance of the AggregationSessionConfiguration class by using the default settings. |
![]() | AggregationSessionConfiguration(String^) | Initializes a new instance of the AggregationSessionConfiguration class by using the output directory that is used by the session. |
| Name | Description | |
|---|---|---|
![]() | OutputDirectory | Gets the output directory of the current session. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


