ExperimentalAttribute(String) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 類別的新實例 ExperimentalAttribute ,指定編譯程式在報告屬性所套用之 API 時將使用的識別碼。
public:
ExperimentalAttribute(System::String ^ diagnosticId);
public ExperimentalAttribute (string diagnosticId);
new System.Diagnostics.CodeAnalysis.ExperimentalAttribute : string -> System.Diagnostics.CodeAnalysis.ExperimentalAttribute
Public Sub New (diagnosticId As String)
參數
- diagnosticId
- String
當報告 API 的使用時,編譯程式將使用的標識碼,屬性會套用至。