Quantcast
Channel: OKWAVE 最新質問(Visual Basic/257)【本日】
Viewing all articles
Browse latest Browse all 6510

My.Settingsを配列にする

$
0
0
久しぶりの質問になります、どうぞよろしくお願い致します。 開発環境はvb2010を使用しています。 My.Settingsに固定要素数の配列型を使用したいんのですが、方法がわかりません。 <Global.System.Configuration.UserScopedSettingAttribute(), _ Global.System.Diagnostics.DebuggerNonUserCodeAttribute()> _ Public Property settinginfo() As Integer() Get Return CType(Me("settinginfo"), Integer()) End Get Set(ByVal value As Integer()) Me("settinginfo") = value End Set End Propertyttings 上記のコードだと動的にRedimしながら使用すればよいのでしょうが 今回は固定要素数(50)で使いたいと考えています。 宜しくお願い致します。

Viewing all articles
Browse latest Browse all 6510

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>