SuppressMessageAttribute.Justification プロパティ

定義

コード分析メッセージの抑制に関する位置合わせを取得または設定します。

public:
 property System::String ^ Justification { System::String ^ get(); void set(System::String ^ value); };
public string Justification { get; set; }
public string? Justification { get; set; }
member this.Justification : string with get, set
Public Property Justification As String

プロパティ値

String

メッセージの抑制に対する位置合わせ。

適用対象