TypeDescriptionProvider::GetExtenderProviders Method (Object^)
.NET Framework (current version)
Gets the extender providers for the specified object.
Assembly: System (in System.dll)
public protected: virtual array<IExtenderProvider^>^ GetExtenderProviders( Object^ instance )
Parameters
- instance
-
Type:
System::Object^
The object to get extender providers for.
Return Value
Type: array<System.ComponentModel::IExtenderProvider^>^An array of extender providers for instance.
| Exception | Condition |
|---|---|
| ArgumentNullException | instance is null. |
.NET Framework
Available since 4.0
Available since 4.0
Show: