DiagnosticDescriptor.CustomTags プロパティ

定義

診断用のカスタム タグ。

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ CustomTags { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> CustomTags { get; }
member this.CustomTags : seq<string>
Public ReadOnly Property CustomTags As IEnumerable(Of String)

プロパティ値

適用対象