一个Collection属性的问题

shibill 2004-02-12 09:40:04
在一个.Net组件中设计了一个Collection属性,使用.Net中的集合编辑器编辑,可试了一下不走Set模块,不知是怎么工作的?
Public Property Captions() As CaptionItemCollection
Get
Captions = m_Captions
??????????
End Get
Set(ByVal Value As CaptionItemCollection)
m_Captions = Value
??????
End Set
End Property

Public Class CaptionItemCollection
Inherits System.Collections.CollectionBase
。。。。。
End Class
...全文
30 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复

16,554

社区成员

发帖
与我相关
我的任务
社区描述
VB技术相关讨论,主要为经典vb,即VB6.0
社区管理员
  • VB.NET
  • 水哥阿乐
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧