TypeDescriptor.GetConverterFromRegisteredType Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetConverterFromRegisteredType(Object) |
Gets a type converter for the type of the specified component. |
GetConverterFromRegisteredType(Type) |
Gets a type converter for the specified registered type. |
GetConverterFromRegisteredType(Object)
Gets a type converter for the type of the specified component.
public:
static System::ComponentModel::TypeConverter ^ GetConverterFromRegisteredType(System::Object ^ component);
public static System.ComponentModel.TypeConverter GetConverterFromRegisteredType (object component);
static member GetConverterFromRegisteredType : obj -> System.ComponentModel.TypeConverter
Public Shared Function GetConverterFromRegisteredType (component As Object) As TypeConverter
Parameters
- component
- Object
A component to get the converter for.
Returns
A TypeConverter for the specified component.
Applies to
GetConverterFromRegisteredType(Type)
Gets a type converter for the specified registered type.
public:
static System::ComponentModel::TypeConverter ^ GetConverterFromRegisteredType(Type ^ type);
public static System.ComponentModel.TypeConverter GetConverterFromRegisteredType (Type type);
static member GetConverterFromRegisteredType : Type -> System.ComponentModel.TypeConverter
Public Shared Function GetConverterFromRegisteredType (type As Type) As TypeConverter
Parameters
Returns
A TypeConverter for the specified type.
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.