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 的行为。 使用任何其他属性会导致配置异常。 GetSupportedAttributes的 方法EventSchemaTraceListener返回以下字符串数组值:“bufferSize”、“logRetentionOption”、“maximumFileSize”和“maximumNumberOfFiles”。

适用于