IPropertyValueUIService.GetPropertyUIValueItems Méthode

Définition

Obtient les PropertyValueUIItem objets qui correspondent aux caractéristiques de descripteur de contexte et de propriété spécifiés.

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()

Paramètres

context
ITypeDescriptorContext

Qui ITypeDescriptorContext peut être utilisé pour obtenir des informations de contexte supplémentaires.

propDesc
PropertyDescriptor

Valeur PropertyDescriptor qui indique la propriété à mettre en correspondance avec les propriétés à retourner.

Retours

Tableau d’objets PropertyValueUIItem qui correspondent aux paramètres spécifiés.

S’applique à