バージョン

Item(Int32) プロパティ

特定のインデックスでエディター プロバイダーを取得します。
シンタックス
'宣言
 
Public Overloads Overridable ReadOnly Property Item( _
   ByVal index As Integer _
) As EditorProviderBase
public virtual EditorProviderBase Item( 
   int index
) {get;}

パラメータ

index
エディター プロバイダーのインデックス

プロパティ値

エディター プロバイダーへの参照
参照