Interop.ICustomTypeDescriptor.GetProperties Method

Definition

Returns the collection of properties for the contained Activity.

Overloads

ICustomTypeDescriptor.GetProperties()

Returns the collection of properties for the contained Activity.

ICustomTypeDescriptor.GetProperties(Attribute[])

Returns the collection of properties for the contained Activity using a specified array of attributes as a filter.

ICustomTypeDescriptor.GetProperties()

Returns the collection of properties for the contained Activity.

C#
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties();

Returns

A PropertyDescriptorCollection that represents the collection of properties for the contained Activity.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the Interop instance is cast to an ICustomTypeDescriptor interface.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

ICustomTypeDescriptor.GetProperties(Attribute[])

Returns the collection of properties for the contained Activity using a specified array of attributes as a filter.

C#
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(Attribute[] attributes);

Parameters

attributes
Attribute[]

The array of attributes used to filter the properties.

Returns

A collection of properties for the contained Activity.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the Interop instance is cast to an ICustomTypeDescriptor interface.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1