WorkItemAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
WorkItem attribute; used to specify a work item associated with this test.
public ref class WorkItemAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true)]
public sealed class WorkItemAttribute : Microsoft.VisualStudio.TestTools.UnitTesting.TestPropertyAttribute
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true)]
public sealed class WorkItemAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true)>]
type WorkItemAttribute = class
inherit TestPropertyAttribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true)>]
type WorkItemAttribute = class
inherit Attribute
Public NotInheritable Class WorkItemAttribute
Inherits TestPropertyAttribute
Public NotInheritable Class WorkItemAttribute
Inherits Attribute
- Inheritance
- Inheritance
-
WorkItemAttribute
- Attributes
Constructors
WorkItemAttribute(Int32) |
Initializes a new instance of the WorkItemAttribute class for the WorkItem Attribute. |
Properties
Id |
Gets the Id to a work item associated. |
Name |
Gets the name. (Inherited from TestPropertyAttribute) |
Value |
Gets the value. (Inherited from TestPropertyAttribute) |
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.