TypeDescriptionProviderService::GetProvider Method (Type^)

.NET Framework (current version)
 

Gets a type description provider for the specified type.

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

public:
virtual TypeDescriptionProvider^ GetProvider(
	Type^ type
) abstract

Parameters

type
Type: System::Type^

The type to get a type description provider for.

Return Value

Type: System.ComponentModel::TypeDescriptionProvider^

A TypeDescriptionProvider that corresponds with type.

.NET Framework
Available since 4.0
Return to top
Show: