バージョン

Item プロパティ (OlapElementCollection<T>)

指定した名前を持つ要素を取得します。
シンタックス
'宣言
 
Public Shadows ReadOnly Default Property Item( _
   ByVal name As String _
) As T
public new T this[ 
   string name
]; {get;}

パラメータ

name
指定した名前を持つ要素。
参照