Share via


EventProviderTraceListener.GetSupportedAttributes 方法

定义

获取跟踪侦听器支持的自定义特性。

protected:
 override cli::array <System::String ^> ^ GetSupportedAttributes();
protected override string[] GetSupportedAttributes ();
override this.GetSupportedAttributes : unit -> string[]
Protected Overrides Function GetSupportedAttributes () As String()

返回

String[]

为跟踪侦听器支持的自定义特性命名的字符串数组;或者如果没有自定义特性,则为 null

适用于

另请参阅