TraceListener::GetSupportedAttributes Method ()
.NET Framework (current version)
Gets the custom attributes supported by the trace listener.
Assembly: System (in System.dll)
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.
The default implementation for GetSupportedAttributes returns null.
Notes to Inheritors:
When inheriting from the TraceListener class or a derived class, you can override the GetSupportedAttributes method to provide custom attributes for your class.
.NET Framework
Available since 2.0
Available since 2.0
Show: