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