次の方法で共有


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
属性

コンストラクター

名前 説明
GitHubWorkItemAttribute(String)

GitHub WorkItem 属性の GitHubWorkItemAttribute クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Id

関連付けられている作業項目の ID を取得します。

(継承元 WorkItemAttribute)
Url

関連付けられている GitHub の問題の URL を取得します。

適用対象