OwnerAttribute Kelas
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Uji Pemilik.
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
- Warisan
-
OwnerAttribute
- Warisan
- Atribut
Konstruktor
| Nama | Deskripsi |
|---|---|
| OwnerAttribute(String) |
Menginisialisasi instans baru dari kelas OwnerAttribute. |
Properti
| Nama | Deskripsi |
|---|---|
| Name |
Mendapatkan namanya. (Diperoleh dari TestPropertyAttribute) |
| Owner |
Mendapatkan pemiliknya. |
| Value |
Mendapatkan nilainya. (Diperoleh dari TestPropertyAttribute) |