PowerTools SPREAD for Windows Forms 10.0J
Text プロパティ (FieldInfo)


Field のテキストを取得します。
構文
'Declaration
 
Public Property Text As String
'使用法
 
Dim instance As FieldInfo
Dim value As String
 
instance.Text = value
 
value = instance.Text
public string Text {get; set;}

プロパティ値

Field のテキストを示す System.String 値。
既定値は System.String.Empty です。
参照

FieldInfo クラス
FieldInfo メンバ

 

 


© 2004-2017, GrapeCity inc. All rights reserved.