共用方式為


FileLogTraceListener.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 組態屬性。

備註

的自定義屬性 FileLogTraceListener 可用於 XML 組態檔中,以控制 類別實例 FileLogTraceListener 的行為。 使用任何其他屬性會導致設定例外狀況。

適用於

另請參閱