[求助]Public Property 是什么意思?
老大们请帮忙解释一下以下的代码.我是菜鸟请请你们.Public Property Name As String
Get
Return txtName.Text
End Get
Set
txtName.Text = Value
End Set
End Property
Public Property 等等这些代码不明白.请老大们解释详细点..在此谢谢了
2007-07-11 22:06
2007-07-12 08:51

2007-07-12 09:26