다음을 통해 공유


GitHubWorkItemAttribute 클래스

정의

GitHubWorkItem 특성; 이 테스트와 연결된 GitHub 문제를 지정하는 데 사용됩니다.

[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
상속
GitHubWorkItemAttribute
특성

생성자

Name Description
GitHubWorkItemAttribute(String)

GitHub WorkItem 특성에 GitHubWorkItemAttribute 대한 클래스의 새 인스턴스를 초기화합니다.

속성

Name Description
Id

연결된 작업 항목에 대한 ID를 가져옵니다.

(다음에서 상속됨 WorkItemAttribute)
Url

연결된 GitHub 문제에 대한 URL을 가져옵니다.

적용 대상