Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.TypeConverter
A 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.