Gets the available properties for the type.
Declaration
public static IEnumerable<PropertyDescriptor> GetAvailableProperties(Type forType)
Parameters
Type |
Name |
Description |
System.Type |
forType |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<System.ComponentModel.PropertyDescriptor> |
|
Gets available properties for an object, includes attached properties also.
Declaration
public static IEnumerable<PropertyDescriptor> GetAvailableProperties(object element)
Parameters
Type |
Name |
Description |
System.Object |
element |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<System.ComponentModel.PropertyDescriptor> |
|