ForwardingTypeDescriptionProvider Class

Definition

Class to forward one type to another

public ref class ForwardingTypeDescriptionProvider : System::ComponentModel::TypeDescriptionProvider
public class ForwardingTypeDescriptionProvider : System.ComponentModel.TypeDescriptionProvider
type ForwardingTypeDescriptionProvider = class
    inherit TypeDescriptionProvider
Public Class ForwardingTypeDescriptionProvider
Inherits TypeDescriptionProvider
Inheritance
ForwardingTypeDescriptionProvider

Constructors

ForwardingTypeDescriptionProvider(TypeDescriptionProviderForwarder)

Constructor

Methods

GetTypeDescriptor(Type, Object)

Returns the custom type descriptor for the given type/instance.

Applies to