GitHubWorkItemAttribute 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.
GitHubWorkItem attribute; used to specify a GitHub issue associated with this test.
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true)]
public sealed class GitHubWorkItemAttribute : Microsoft.VisualStudio.TestTools.UnitTesting.WorkItemAttribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true)>]
type GitHubWorkItemAttribute = class
inherit WorkItemAttribute
Public NotInheritable Class GitHubWorkItemAttribute
Inherits WorkItemAttribute
- Inheritance
- Attributes
Constructors
GitHubWorkItemAttribute(String) |
Initializes a new instance of the GitHubWorkItemAttribute class for the GitHub WorkItem Attribute. |
Properties
Id |
Gets the Id to a work item associated. (Inherited from WorkItemAttribute) |
Url |
Gets the URL to the GitHub issue associated. |
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.