IPropertyValueUIService.GetPropertyUIValueItems Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the PropertyValueUIItem objects that match the specified context and property descriptor characteristics.
public:
cli::array <System::Drawing::Design::PropertyValueUIItem ^> ^ GetPropertyUIValueItems(System::ComponentModel::ITypeDescriptorContext ^ context, System::ComponentModel::PropertyDescriptor ^ propDesc);
public System.Drawing.Design.PropertyValueUIItem[] GetPropertyUIValueItems (System.ComponentModel.ITypeDescriptorContext context, System.ComponentModel.PropertyDescriptor propDesc);
abstract member GetPropertyUIValueItems : System.ComponentModel.ITypeDescriptorContext * System.ComponentModel.PropertyDescriptor -> System.Drawing.Design.PropertyValueUIItem[]
Public Function GetPropertyUIValueItems (context As ITypeDescriptorContext, propDesc As PropertyDescriptor) As PropertyValueUIItem()
Parameters
- context
- ITypeDescriptorContext
An ITypeDescriptorContext that can be used to gain additional context information.
- propDesc
- PropertyDescriptor
A PropertyDescriptor that indicates the property to match with the properties to return.
Returns
An array of PropertyValueUIItem objects that match the specified parameters.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.