TestDataSourceDiscoveryAttribute Class
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.
Specifies how to discover ITestDataSource tests.
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false)]
public class TestDataSourceDiscoveryAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly)]
public class TestDataSourceDiscoveryAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public class TestDataSourceDiscoveryAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false)>]
type TestDataSourceDiscoveryAttribute = class
inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly)>]
type TestDataSourceDiscoveryAttribute = class
inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly)>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
type TestDataSourceDiscoveryAttribute = class
inherit Attribute
Public Class TestDataSourceDiscoveryAttribute
Inherits Attribute
- Inheritance
-
TestDataSourceDiscoveryAttribute
- Attributes
Constructors
TestDataSourceDiscoveryAttribute(TestDataSourceDiscoveryOption) |
Initializes a new instance of the TestDataSourceDiscoveryAttribute class. |
Properties
DiscoveryOption |
Gets the discovery option. |