TypeDescriptor.RemoveProviderTransparent Method (TypeDescriptionProvider, Type)
Removes a previously added type description provider that is associated with the specified type.
Assembly: System (in System.dll)
public static void RemoveProviderTransparent( TypeDescriptionProvider provider, Type type )
Parameters
- provider
- Type: System.ComponentModel.TypeDescriptionProvider
The TypeDescriptionProvider to remove.
- type
- Type: System.Type
The Type of the target component.
| Exception | Condition |
|---|---|
| ArgumentNullException |
One or both of the parameters are null. |
This method removes a type description provider previously added with the AddProvider(TypeDescriptionProvider, Type) method. Removing a provider causes a Refreshed event to be raised for the associated type.
This method can be called from partially trusted code. If RestrictedRegistrationAccess is defined, the caller can unregister a provider for the specified type if it is also partially trusted.
Use the RemoveProvider(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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.