バージョン

Item プロパティ (MapElementCollection)

指定された基準に対応する現在のコレクションですべての要素で繰り返すために使用できる列挙可能なオブジェクトを取得します。
シンタックス
'宣言
 
Public Shadows ReadOnly Default Property Item( _
   ByVal name As String, _
   ByVal pattern As String _
) As IEnumerable(Of MapElement)
public new IEnumerable<MapElement> this[ 
   string name,
   string pattern
]; {get;}

パラメータ

name
値の一致に使用される属性名。
pattern
一致するリテラル文字列。

プロパティ値

すべての一致する要素を含む列挙可能なオブジェクト
参照