Class
MultiObjectTypeDescriptor

Definition

Constructors

MultiObjectTypeDescriptor(MultiObjectCollection)

Creates a new instance of the MultiObjectTypeDescriptor.

Declaration

cs-api-definition
public MultiObjectTypeDescriptor(MultiObjectCollection objects)

Parameters

objects

MultiObjectCollection

The collection of objects.

Methods

GetProperties()

Returns a PropertyDescriptorCollection with the common properties of the objects in the MultiObjectCollection.

Declaration

cs-api-definition
public override PropertyDescriptorCollection GetProperties()

Returns

PropertyDescriptorCollection

The common properties of the objects in the MultiObjectCollection.

Overrides CustomTypeDescriptor.GetProperties()

GetProperties(Attribute[])

Returns a PropertyDescriptorCollection with the common properties of the objects in the MultiObjectCollection to which the specified attributes have been applied.

Declaration

cs-api-definition
public override PropertyDescriptorCollection GetProperties(Attribute[] attributes)

Parameters

attributes

Attribute[]

The attributes by which to filter the properties.

Returns

PropertyDescriptorCollection

The common properties of the objects in the MultiObjectCollection.

Overrides CustomTypeDescriptor.GetProperties(Attribute[])