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 _
)
public void SetConverter(
    TypeConverter value
)
public:
void SetConverter(
    TypeConverter^ value
)
member SetConverter : 
        value:TypeConverter -> unit 
public function SetConverter(
    value : TypeConverter
)

Parameters

.NET Framework Security

See Also

Reference

DataViewBrowseObject Class

Microsoft.VisualStudio.Data.Framework Namespace