EventSchemaTraceListener.GetSupportedAttributes 方法

定義

取得追蹤接聽程式所支援的自訂 XML 組態屬性。

protected:
 override cli::array <System::String ^> ^ GetSupportedAttributes();
protected override string[] GetSupportedAttributes ();
override this.GetSupportedAttributes : unit -> string[]
Protected Overrides Function GetSupportedAttributes () As String()

傳回

String[]

String 陣列,含有這個接聽程式可辨認的 XML 組態屬性。

備註

這個方法所傳回的自定義屬性可用於 XML 組態檔中,以控制 類別實例 EventSchemaTraceListener 的行為。 使用任何其他屬性會導致設定例外狀況。 的 方法EventSchemaTraceListenerGetSupportedAttributes傳回下列字串數組值:“bufferSize”、“logRetentionOption”、“maximumFileSize” 和 “maximumNumberOfFiles”。

適用於