• HOME
  • PRODUCTS
  • DEMOS
  • DOWNLOAD
  • BUY
  • BLOG
  • FORUM
  • DOCUMENTATION
  • ABOUT
Search Results for

    Show / Hide Table of Contents

    GetCommonAvailableProperties Method

    GetCommonAvailableProperties(IEnumerable<Type>)

    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>

    GetCommonAvailableProperties(IEnumerable<Object>)

    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>
    In This Article
    • GetCommonAvailableProperties(IEnumerable<Type>)
    • GetCommonAvailableProperties(IEnumerable<Object>)
    Back to top Copyright AlterNET Software Download PDF