Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

EventProviderTraceListener::GetSupportedAttributes Method ()

 

Gets the custom attributes supported by the trace listener.

Namespace:   System.Diagnostics.Eventing
Assembly:  System.Core (in System.Core.dll)

protected:
virtual array<String^>^ GetSupportedAttributes() override

Return Value

Type: array<System::String^>^

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

.NET Framework
Available since 3.5
Return to top
Show: