你好,我怎麼能有一個像目錄在.NET VB的屬性..我的意思是,如果我有我如何限制更多鈔票選項被分配到.NET財產
Property funcion(ByVal _funcion As Int16) As Int16
Get
Return _funcion
End Get
Set(ByVal value As Int16)
_funcion = value
End Set
End Property
我想能夠爲此屬性分配有限數量的選項。
例..
Dim a as trick
a.funcion = (and get a list of possible attributes) ...
謝謝!
完善這個問題解決了!非常感謝 !! – carlos 2010-05-05 20:46:40