DataViewBrowseObject.SetConverter (Método)

Establece el convertidor de tipos para el objeto actual de examen.

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

Sintaxis

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

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

DataViewBrowseObject Clase

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