public static int Count {get;}
'Declaration Public Shared ReadOnly Property Count As Integer
'Declaration
Public Shared ReadOnly Property Count As Integer
'使用法 Dim value As Integer value = DefaultSkins.Count
'使用法
Dim value As Integer value = DefaultSkins.Count
int i; i = FarPoint.Win.Spread.DefaultSkins.Count; textBox1.Text = i.ToString();
Dim skin As New FarPoint.Win.Spread.DefaultSkins() Dim i As Integer i = skin.Count TextBox1.Text = i.ToString()
DefaultSkins クラス DefaultSkins メンバ
© 2004-2017, GrapeCity inc. All rights reserved.