IPropertyValueUIService.GetPropertyUIValueItems Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mendapatkan objek yang cocok dengan PropertyValueUIItem konteks dan karakteristik deskriptor properti yang ditentukan.
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
Yang ITypeDescriptorContext dapat digunakan untuk mendapatkan informasi konteks tambahan.
- propDesc
- PropertyDescriptor
PropertyDescriptor yang menunjukkan properti untuk dicocokkan dengan properti yang akan dikembalikan.
Mengembalikan
Array PropertyValueUIItem objek yang cocok dengan parameter yang ditentukan.