Share via


DataViewBrowseObject.GetConverter Method

Retrieves a type converter for the current browse object.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public Overridable Function GetConverter As TypeConverter
'Usage
Dim instance As DataViewBrowseObject 
Dim returnValue As TypeConverter 

returnValue = instance.GetConverter()
public virtual TypeConverter GetConverter()
public:
virtual TypeConverter^ GetConverter()
public function GetConverter() : TypeConverter

Return Value

Type: System.ComponentModel.TypeConverter
Returns a TypeConverter for the current browse object.

Implements

ICustomTypeDescriptor.GetConverter()

.NET Framework Security

See Also

Reference

DataViewBrowseObject Class

DataViewBrowseObject Members

Microsoft.VisualStudio.Data.Framework Namespace