IPropertyValueUIService::GetPropertyUIValueItems Method (ITypeDescriptorContext^, PropertyDescriptor^)

 

Gets the PropertyValueUIItem objects that match the specified context and property descriptor characteristics.

Namespace:   System.Drawing.Design
Assembly:  System.Drawing (in System.Drawing.dll)

array<PropertyValueUIItem^>^ GetPropertyUIValueItems(
	ITypeDescriptorContext^ context,
	PropertyDescriptor^ propDesc
)

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

An ITypeDescriptorContext that can be used to gain additional context information.

propDesc
Type: System.ComponentModel::PropertyDescriptor^

A PropertyDescriptor that indicates the property to match with the properties to return.

Return Value

Type: array<System.Drawing.Design::PropertyValueUIItem^>^

An array of PropertyValueUIItem objects that match the specified parameters.

.NET Framework
Available since 1.1
Return to top
Show: