'宣言 Protected Overridable Function GetItems( _ ByVal editValue As System.Object _ ) As System.Object()
'使用法 Dim instance As LegendItemCollection.LegendItemCollectionEditor Dim editValue As System.Object Dim value() As System.Object value = instance.GetItems(editValue)
protected virtual System.object[] GetItems( System.object editValue )
パラメータ
- editValue