System.ComponentModel.DebugTypeDescriptor.ComponentEntry.GetProperties C# (CSharp) Méthode

GetProperties() public méthode

public GetProperties ( object component, Attribute attributes ) : PropertyDescriptorCollection
component object
attributes System.Attribute
Résultat 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