TypeDescriptionProviderService::GetProvider Method (Object^)

.NET Framework (current version)
 

Gets a type description provider for the specified object.

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

public:
virtual TypeDescriptionProvider^ GetProvider(
	Object^ instance
) abstract

Parameters

instance
Type: System::Object^

The object to get a type description provider for.

Return Value

Type: System.ComponentModel::TypeDescriptionProvider^

A TypeDescriptionProvider that corresponds with instance.

.NET Framework
Available since 4.0
Return to top
Show: