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
value
Type: System.ComponentModel.TypeConverterA TypeConverter object to set as the type converter.
Permissions
- 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.