ActivityBindTypeConverter::GetProperties Method (ITypeDescriptorContext^, Object^, array<Attribute^>^)

 

Returns a collection of properties for the type of array specified by the value parameter using the specified context and attributes.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
virtual PropertyDescriptorCollection^ GetProperties(
	ITypeDescriptorContext^ context,
	Object^ value,
	array<Attribute^>^ attributes
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

The ITypeDescriptorContext that provides a format context.

value
Type: System::Object^

An Object that specifies the type of array for which to get properties.

attributes
Type: array<System::Attribute^>^

An Attribute array that is used as a filter.

Return Value

Type: System.ComponentModel::PropertyDescriptorCollection^

A PropertyDescriptorCollection with the properties that are exposed for this data type, or a null reference (Nothing in Visual Basic) if there are no properties.

.NET Framework
Available since 3.0
Return to top
Show: