'宣言 Public Overloads ReadOnly Property Item( _ ByVal index As System.Integer _ ) As ExportProvider
'使用法 Dim instance As ExportProviders Dim index As System.Integer Dim value As ExportProvider value = instance.Item(index)
public ExportProvider Item( System.int index ) {get;}
パラメータ
- index
- The index in the current collection.