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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.