IPropertyValueUIService::GetPropertyUIValueItems Method (ITypeDescriptorContext^, PropertyDescriptor^)
.NET Framework (current version)
Gets the PropertyValueUIItem objects that match the specified context and property descriptor characteristics.
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
Available since 1.1
Show: