DataViewBrowseObject.SetConverter Method

Sets the type converter for the current browse object.

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

Syntax

'宣言
Public Sub SetConverter ( _
    value As TypeConverter _
)
'使用
Dim instance As DataViewBrowseObject
Dim value As TypeConverter

instance.SetConverter(value)
public void SetConverter(
    TypeConverter value
)
public:
void SetConverter(
    TypeConverter^ value
)
public function SetConverter(
    value : TypeConverter
)

Parameters

Permissions

See Also

Reference

DataViewBrowseObject Class

DataViewBrowseObject Members

Microsoft.VisualStudio.Data.Framework Namespace