DelimitedListTraceListener.GetSupportedAttributes メソッドとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > DelimitedListTraceListener.GetSupportedAttributes メソッドの意味・解説 

DelimitedListTraceListener.GetSupportedAttributes メソッド

メモ : このメソッドは、.NET Framework version 2.0新しく追加されたものです。

区切り記号使用するトレース リスナによってサポートされているカスタム構成ファイル属性返します

名前空間: System.Diagnostics
アセンブリ: System (system.dll 内)
構文構文

Protected Friend Overrides
 Function GetSupportedAttributes As String()
Dim returnValue As String()

returnValue = Me.GetSupportedAttributes
protected internal override string[] GetSupportedAttributes
 ()
protected public:
virtual array<String^>^ GetSupportedAttributes () override
protected String[] GetSupportedAttributes ()
protected internal override function
 GetSupportedAttributes () : String[]

戻り値
単一の値 "delimiter" を含む文字列配列

解説解説

カスタム属性は、クラスプロパティ設定使用できる基本クラスから継承されない属性です。DelimitedListTraceListener のカスタム属性は、Delimiter プロパティ設定する場合使用されます。次の構成ファイルの例では、delimiter 属性使用して Delimiter プロパティ設定する方法示してます。

<configuration>
  <system.diagnostics>
    <trace autoflush="false" indentsize="4">
      <listeners>
        <add name="delimitedListener" 
          type="System.Diagnostics.DelimitedListTraceListener" 
          delimiter=":" 
          initializeData="delimitedOutput.txt" 
          traceOutputOptions="ProcessId, DateTime" />
        <remove name="Default" />
      </listeners>
    </trace>
  </system.diagnostics>
</configuration>
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
DelimitedListTraceListener クラス
DelimitedListTraceListener メンバ
System.Diagnostics 名前空間


このページでは「.NET Framework クラス ライブラリ リファレンス」からDelimitedListTraceListener.GetSupportedAttributes メソッドを検索した結果を表示しています。
Weblioに収録されているすべての辞書からDelimitedListTraceListener.GetSupportedAttributes メソッドを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からDelimitedListTraceListener.GetSupportedAttributes メソッド を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

DelimitedListTraceListener.GetSupportedAttributes メソッドのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



DelimitedListTraceListener.GetSupportedAttributes メソッドのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS