EventProviderTraceListener.GetSupportedAttributes Method

Definition

Gets the custom attributes supported by the trace listener.

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

Returns

String[]

A string array naming the custom attributes supported by the trace listener, or null if there are no custom attributes.

Applies to

See also