IPropertyValueUIService.GetPropertyUIValueItems Methode

Definition

Ruft die Objekte ab, die PropertyValueUIItem den angegebenen Kontext- und Eigenschaftsbeschreibungsmerkmalen entsprechen.

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

Parameter

context
ITypeDescriptorContext

Eine ITypeDescriptorContext , die verwendet werden kann, um zusätzliche Kontextinformationen zu erhalten.

propDesc
PropertyDescriptor

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

Gibt zurück

Ein Array von PropertyValueUIItem Objekten, die den angegebenen Parametern entsprechen.

Gilt für: