CssProjectStructureAttribute Class

Represents the node in the team project hierarchy to which this test corresponds.

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

Syntax

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

Remarks

Use this attribute to link a test with a project feature team that owns this area of development. Applying this attribute is useful for reporting test information corresponding to the feature team.

You can specify this attribute on a class. You can apply only one instance of this attribute to a class.

For more information about using attributes, see Extending Metadata Using Attributes.

Inheritance Hierarchy

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

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

CssProjectStructureAttribute Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace

Other Resources

Setting Initial Project Areas or Iterations

How to: Enable Reporting of Test Results