IPropertyValueUIService.GetPropertyUIValueItems Méthode

Définition

Obtient les objets PropertyValueUIItem correspondant au contexte et aux caractéristiques de descripteur de propriétés 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

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

propDesc
PropertyDescriptor

PropertyDescriptor qui indique la propriété devant correspondre aux propriétés à retourner.

Retours

Tableau d'objets PropertyValueUIItem correspondant aux paramètres spécifiés.

S’applique à