Gets the available properties common to all input types.
Declaration
public static IEnumerable<PropertyDescriptor> GetCommonAvailableProperties(IEnumerable<Type> types)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<System.Type> |
types |
List of input types. The list must have at least one element.
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<System.ComponentModel.PropertyDescriptor> |
|
Gets common properties between elements
. Includes attached properties too.
Declaration
public static IEnumerable<PropertyDescriptor> GetCommonAvailableProperties(IEnumerable<object> elements)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<System.Object> |
elements |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<System.ComponentModel.PropertyDescriptor> |
|