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

GetProperties() public method

public GetProperties ( object component, Attribute attributes ) : PropertyDescriptorCollection
component object
attributes System.Attribute
return PropertyDescriptorCollection
            public PropertyDescriptorCollection GetProperties(object component, Attribute[] attributes) {
                return GetProperties(component, attributes, false);
            }

Same methods

DebugTypeDescriptor.ComponentEntry::GetProperties ( object component, Attribute attributes, bool noFilter ) : PropertyDescriptorCollection