Windows apps
Collapse the table of content
Expand the table of content
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.

TypeDescriptor::AddProviderTransparent Method (TypeDescriptionProvider^, Type^)

.NET Framework (current version)
 

Adds a type description provider for a component class.

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

public:
static void AddProviderTransparent(
	TypeDescriptionProvider^ provider,
	Type^ type
)

Parameters

provider
Type: System.ComponentModel::TypeDescriptionProvider^

The TypeDescriptionProvider to add.

type
Type: System::Type^

The Type of the target component.

Exception Condition
ArgumentNullException

One or both of the parameters are null.

This method can be called from partially trusted code. If RestrictedRegistrationAccess is defined, the caller can register a provider for the specified type if it is also partially trusted.

Use the AddProvider(TypeDescriptionProvider^, Type^) method if you do not need to call from partially trusted code.

TypeDescriptorPermission

For registry access. Security action: Demand. Associated enumeration: RestrictedRegistrationAccess

PermissionSet

Security action: Demand. Associated type: The PermissionSet that is required by the assembly that defines type.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft