System.ComponentModel.DebugTypeDescriptor.GetProperties C# (CSharp) Method

GetProperties() public static method

public static GetProperties ( Type componentType, Attribute attributes ) : PropertyDescriptorCollection
componentType System.Type
attributes System.Attribute
return PropertyDescriptorCollection
        public static PropertyDescriptorCollection GetProperties(Type componentType, Attribute[] attributes) {
            return GetEntry(null, componentType).GetProperties(null, attributes);
        }

Same methods

DebugTypeDescriptor::GetProperties ( Type componentType ) : PropertyDescriptorCollection
DebugTypeDescriptor::GetProperties ( object component ) : PropertyDescriptorCollection
DebugTypeDescriptor::GetProperties ( object component, Attribute attributes ) : PropertyDescriptorCollection
DebugTypeDescriptor::GetProperties ( object component, Attribute attributes, bool noCustomTypeDesc ) : PropertyDescriptorCollection
DebugTypeDescriptor::GetProperties ( object component, bool noCustomTypeDesc ) : PropertyDescriptorCollection