DataViewPropertyDescriptor.SetConverterType (Método) (String)

Agrega TypeConverterAttribute, utilizando el nombre de 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 String _
)
public void SetConverterType(
    string value
)
public:
void SetConverterType(
    String^ value
)
member SetConverterType : 
        value:string -> unit 
public function SetConverterType(
    value : String
)

Parámetros

  • value
    Tipo: System.String
    El nombre completo de la clase a utilizar 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)