System.Data.DataViewManagerListItemTypeDescriptor.ICustomTypeDescriptor C# (CSharp) Méthode

ICustomTypeDescriptor() private méthode

Retrieves an array of member attributes for the given object.
private ICustomTypeDescriptor ( ) : AttributeCollection
Résultat System.ComponentModel.AttributeCollection
        AttributeCollection ICustomTypeDescriptor.GetAttributes() => new AttributeCollection(null);

Same methods

DataViewManagerListItemTypeDescriptor::ICustomTypeDescriptor ( ) : System.ComponentModel.EventDescriptor
DataViewManagerListItemTypeDescriptor::ICustomTypeDescriptor ( ) : EventDescriptorCollection
DataViewManagerListItemTypeDescriptor::ICustomTypeDescriptor ( Attribute attributes ) : EventDescriptorCollection
DataViewManagerListItemTypeDescriptor::ICustomTypeDescriptor ( ) : PropertyDescriptor
DataViewManagerListItemTypeDescriptor::ICustomTypeDescriptor ( ) : PropertyDescriptorCollection
DataViewManagerListItemTypeDescriptor::ICustomTypeDescriptor ( Attribute attributes ) : PropertyDescriptorCollection
DataViewManagerListItemTypeDescriptor::ICustomTypeDescriptor ( ) : TypeConverter
DataViewManagerListItemTypeDescriptor::ICustomTypeDescriptor ( PropertyDescriptor pd ) : object
DataViewManagerListItemTypeDescriptor::ICustomTypeDescriptor ( Type editorBaseType ) : object
DataViewManagerListItemTypeDescriptor::ICustomTypeDescriptor ( ) : string