バージョン

GetListItems メソッド

リストに表示する項目一式を返します。
シンタックス
'宣言
 
Protected Overrides NotOverridable Function GetListItems( _
   ByVal context As ITypeDescriptorContext, _
   ByVal provider As IServiceProvider, _
   ByVal value As Object, _
   ByRef currentEntry As Object _
) As Object()
protected override object[] GetListItems( 
   ITypeDescriptorContext context,
   IServiceProvider provider,
   object value,
   ref object currentEntry
)

パラメータ

context
ITypeDescriptorContext
provider
IServiceProvider
value
オリジナルの値
currentEntry
選択するデフォルト項目

戻り値の型

リストを移植するために使用される項目のリスト。
参照