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

ICustomTypeDescriptor() private méthode

Retrieves the object that directly depends on this value being edited. This is generally the object that is required for the PropertyDescriptor's GetValue and SetValue methods. If 'null' is passed for the PropertyDescriptor, the ICustomComponent descripotor implemementation should return the default object, that is the main object that exposes the properties and attributes,
private ICustomTypeDescriptor ( PropertyDescriptor pd ) : object
pd System.ComponentModel.PropertyDescriptor
Résultat object
        object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd) => this;
    }

Same methods

DataViewManagerListItemTypeDescriptor::ICustomTypeDescriptor ( ) : AttributeCollection
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 ( Type editorBaseType ) : object
DataViewManagerListItemTypeDescriptor::ICustomTypeDescriptor ( ) : string