Diagnostic.Id プロパティ

定義

診断識別子を取得します。 コンパイラによって生成される診断の場合、これは "CS1001" などのプレフィックスを持つ数値コードになります。

public:
 abstract property System::String ^ Id { System::String ^ get(); };
public abstract string Id { get; }
member this.Id : string
Public MustOverride ReadOnly Property Id As String

プロパティ値

適用対象