'宣言 Public Overloads ReadOnly Property Item( _ ByVal index As System.String _ ) As RenderObject
'使用法 Dim instance As RenderObjectCollection Dim index As System.String Dim value As RenderObject value = instance.Item(index)
public RenderObject Item( System.string index ) {get;}
パラメータ
- index