Partilhar via


Classe IncludeDeclarativeWebTestAttribute

Contém informações que definem um teste Web codificado que está incluído em outro teste da Web.

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

Sintaxe

<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := True)> _
Public NotInheritable Class IncludeDeclarativeWebTestAttribute _
    Inherits Attribute

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

Comentários

Esta classe não pode ser herdada.

Hierarquia de herança

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

Acesso thread-safe

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.

Consulte também

Referência

Membros IncludeDeclarativeWebTestAttribute

Namespace Microsoft.VisualStudio.TestTools.WebTesting