Sdílet prostřednictvím


GitHubWorkItemAttribute Třída

Definice

Atribut GitHubWorkItem; slouží k zadání problému GitHubu přidruženého k tomuto testu.

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

Konstruktory

Name Description
GitHubWorkItemAttribute(String)

Inicializuje novou instanci GitHubWorkItemAttribute třídy pro GitHub WorkItem Attribute.

Vlastnosti

Name Description
Id

Získá ID k pracovní položce přidružené.

(Zděděno od WorkItemAttribute)
Url

Získá adresu URL k problému GitHubu přidruženému.

Platí pro