EventProviderTraceListener.GetSupportedAttributes 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取跟踪侦听器支持的自定义特性。
protected:
override cli::array <System::String ^> ^ GetSupportedAttributes();
protected override string[] GetSupportedAttributes ();
override this.GetSupportedAttributes : unit -> string[]
Protected Overrides Function GetSupportedAttributes () As String()
返回
String[]
为跟踪侦听器支持的自定义特性命名的字符串数组;或者如果没有自定义特性,则为 null
。