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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.