NullableConverter::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.ComponentModel
Assembly:  System (in System.dll)

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

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

An 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 array of type Attribute 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 null if there are no properties.

.NET Framework
Available since 2.0
Return to top
Show: