Classe OwnerAttribute
Usado para especificar a pessoa responsável por manter, executando e/ou o teste de depuração.Esta classe não pode ser herdada.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintaxe
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := False)> _
Public NotInheritable Class OwnerAttribute _
Inherits Attribute
Dim instance As OwnerAttribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false)]
public sealed class OwnerAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = false)]
public ref class OwnerAttribute sealed : public Attribute
public final class OwnerAttribute extends Attribute
Comentários
Esse atributo pode ser especificado em uma classe.Pode haver apenas uma instância desse atributo por classe.
Para obter mais informações sobre como usar atributos, consulte Estendendo metadados usando atributos.
Hierarquia de herança
System.Object
System.Attribute
Microsoft.VisualStudio.TestTools.WebTesting.OwnerAttribute
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.