Sdílet prostřednictvím


OwnerAttribute Třída

Definice

Testovací vlastník.

public ref class OwnerAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)]
public sealed class OwnerAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Method)]
public sealed class OwnerAttribute : Microsoft.VisualStudio.TestTools.UnitTesting.TestPropertyAttribute
[System.AttributeUsage(System.AttributeTargets.Method)]
public sealed class OwnerAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Method)]
[System.Runtime.CompilerServices.Nullable(0)]
public sealed class OwnerAttribute : Microsoft.VisualStudio.TestTools.UnitTesting.TestPropertyAttribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)>]
type OwnerAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
type OwnerAttribute = class
    inherit TestPropertyAttribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
type OwnerAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
[<System.Runtime.CompilerServices.Nullable(0)>]
type OwnerAttribute = class
    inherit TestPropertyAttribute
Public NotInheritable Class OwnerAttribute
Inherits Attribute
Public NotInheritable Class OwnerAttribute
Inherits TestPropertyAttribute
Dědičnost
OwnerAttribute
Dědičnost
Atributy

Konstruktory

Name Description
OwnerAttribute(String)

Inicializuje novou instanci OwnerAttribute třídy.

Vlastnosti

Name Description
Name

Získá název.

(Zděděno od TestPropertyAttribute)
Owner

Získá vlastníka.

Value

Získá hodnotu.

(Zděděno od TestPropertyAttribute)

Platí pro