Compartir a través de


DataViewPropertyDescriptor.SetConverterType (Método) (Type)

Agrega TypeConverterAttribute, utilizando el tipo especificado como convertidor de datos para el descriptor de propiedad.

Espacio de nombres:  Microsoft.VisualStudio.Data.Framework
Ensamblado:  Microsoft.VisualStudio.Data.Framework (en Microsoft.VisualStudio.Data.Framework.dll)

Sintaxis

'Declaración
Public Sub SetConverterType ( _
    value As Type _
)
public void SetConverterType(
    Type value
)
public:
void SetConverterType(
    Type^ value
)
member SetConverterType : 
        value:Type -> unit 
public function SetConverterType(
    value : Type
)

Parámetros

  • value
    Tipo: System.Type
    Type que representa el tipo de la clase de convertidor utilice para la conversión de datos para esta propiedad descriptor

Comentarios

La clase que proporciona la conversión de datos debe heredarse de TypeConverter.

Seguridad de .NET Framework

Vea también

Referencia

DataViewPropertyDescriptor Clase

SetConverterType (Sobrecarga)

Microsoft.VisualStudio.Data.Framework (Espacio de nombres)