EventSchemaTraceListener.GetSupportedAttributes 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得追蹤接聽程式所支援的自訂 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 的行為。 使用任何其他屬性會導致設定例外狀況。 的 方法EventSchemaTraceListener會GetSupportedAttributes傳回下列字串數組值:“bufferSize”、“logRetentionOption”、“maximumFileSize” 和 “maximumNumberOfFiles”。