ComponentConverter(Type) Constructor

Definición

Inicializa una nueva instancia de la clase ComponentConverter.

public:
 ComponentConverter(Type ^ type);
public ComponentConverter (Type type);
new System.ComponentModel.ComponentConverter : Type -> System.ComponentModel.ComponentConverter
Public Sub New (type As Type)

Parámetros

type
Type

Objeto Type que representa el tipo que se va a asociar a este convertidor de componentes.

Se aplica a