LocalizableTypeConverter.GetProperties Method
Include Protected Members
Include Inherited Members
Returns a collection of property descriptions. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
GetProperties(Object) | (Inherited from TypeConverter.) |
![]() |
GetProperties(array<PropertyInfo[]) | Returns a collection that contains the property descriptions for the specified list of properties. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
GetProperties(ITypeDescriptorContext, Object) | (Inherited from TypeConverter.) |
![]() |
GetProperties(ITypeDescriptorContext, Object, array<Attribute[]) | Returns a collection of property descriptions for the specified object. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides TypeConverter.GetProperties(ITypeDescriptorContext, Object, array<Attribute[]).) |
Top