TypeDescriptor::AddProviderTransparent Method (TypeDescriptionProvider^, Object^)
Adds a type description provider for a single instance of a component.
Assembly: System (in System.dll)
public: static void AddProviderTransparent( TypeDescriptionProvider^ provider, Object^ instance )
Parameters
- provider
-
Type:
System.ComponentModel::TypeDescriptionProvider^
The TypeDescriptionProvider to add.
- instance
-
Type:
System::Object^
An instance 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 instance if its type is also partially trusted.
Use the AddProvider(TypeDescriptionProvider^, Object^) method if you do not need to call from partially trusted code.
For registry access. Security action: Demand. Associated enumeration: RestrictedRegistrationAccess
Security action: Demand. Associated type: The PermissionSet that is required by the assembly that defines the instance parameter's type.
Available since 4.0