次の方法で共有


IPropertyValueUIService.GetPropertyUIValueItems メソッド

指定したコンテキストおよびプロパティ記述子の特性と一致する PropertyValueUIItem オブジェクトを取得します。

Function GetPropertyUIValueItems( _
   ByVal context As ITypeDescriptorContext, _   ByVal propDesc As PropertyDescriptor _) As PropertyValueUIItem()
[C#]
PropertyValueUIItem[] GetPropertyUIValueItems(
   ITypeDescriptorContextcontext,PropertyDescriptorpropDesc);
[C++]
PropertyValueUIItem* GetPropertyUIValueItems(
   ITypeDescriptorContext* context,PropertyDescriptor* propDesc) [];
[JScript]
function GetPropertyUIValueItems(
   context : ITypeDescriptorContext,propDesc : PropertyDescriptor) : PropertyValueUIItem[];

パラメータ

  • context
    追加のコンテキスト情報を取得するために使用できる ITypeDescriptorContext
  • propDesc
    返されるプロパティと一致するプロパティを示す PropertyDescriptor

戻り値

指定したパラメータと一致する PropertyValueUIItem オブジェクトの配列。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

IPropertyValueUIService インターフェイス | IPropertyValueUIService メンバ | System.Drawing.Design 名前空間