'宣言 Protected Overridable Sub SetItem( _ ByVal index As System.Integer, _ ByVal item As ReportItem _ )
'使用法 Dim instance As ReportItemCollection Dim index As System.Integer Dim item As ReportItem instance.SetItem(index, item)
protected virtual void SetItem( System.int index, ReportItem item )
パラメータ
- index
- item