System.ComponentModel.DebugTypeDescriptor.ComponentEntry.GetProperties C# (CSharp) Метод

GetProperties() публичный Метод

public GetProperties ( object component, Attribute attributes ) : PropertyDescriptorCollection
component object
attributes System.Attribute
Результат 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