'宣言 Protected Overridable Function CreateInstance( _ ByVal itemType As System.Type _ ) As System.Object
'使用法 Dim instance As LegendCollection.LegendCollectionEditor Dim itemType As System.Type Dim value As System.Object value = instance.CreateInstance(itemType)
protected virtual System.object CreateInstance( System.Type itemType )
パラメータ
- itemType