OwnerAttribute Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Proprietario test.
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
- Ereditarietà
-
OwnerAttribute
- Ereditarietà
- Attributi
Costruttori
| Nome | Descrizione |
|---|---|
| OwnerAttribute(String) |
Inizializza una nuova istanza della classe OwnerAttribute. |
Proprietà
| Nome | Descrizione |
|---|---|
| Name |
Ottiene il nome. (Ereditato da TestPropertyAttribute) |
| Owner |
Ottiene il proprietario. |
| Value |
Ottiene il valore . (Ereditato da TestPropertyAttribute) |