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