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