TestDataSourceDiscoveryOption Enum    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The supported discovery modes for ITestDataSource tests.
public enum TestDataSourceDiscoveryOption[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public enum TestDataSourceDiscoveryOptiontype TestDataSourceDiscoveryOption = [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
type TestDataSourceDiscoveryOption = Public Enum TestDataSourceDiscoveryOption- Inheritance
- 
				TestDataSourceDiscoveryOption
- Attributes
Fields
| Name | Value | Description | 
|---|---|---|
| DuringExecution | 1 | Discover tests during execution. | 
| DuringDiscovery | 2 | Discover and expand ITestDataSource based tests. |