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