IncludeDeclarativeWebTestAttribute Class

Contains information that defines a coded Web test that is included in another Web test.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := True)> _
Public NotInheritable Class IncludeDeclarativeWebTestAttribute _
    Inherits Attribute
'Usage
Dim instance As IncludeDeclarativeWebTestAttribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true)]
public sealed class IncludeDeclarativeWebTestAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = true)]
public ref class IncludeDeclarativeWebTestAttribute sealed : public Attribute
public final class IncludeDeclarativeWebTestAttribute extends Attribute

Remarks

This class cannot be inherited.

Inheritance Hierarchy

System.Object
  System.Attribute
    Microsoft.VisualStudio.TestTools.WebTesting.IncludeDeclarativeWebTestAttribute

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

IncludeDeclarativeWebTestAttribute Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace