Dim instance As TextLabel Dim value As String Dim returnValue As String instance.Text = value returnValue = instance.Text
'TextLabelクラス Textプロパティ Public Class AddIn Private std As Std Private tl As TextLabel Public Sub New() std = New Std() tl = New TextLabel(std.Owner) tl.Text = "Hello World" End Sub End Class
このページのQRコード
便利ウェブサイト
便利 Android アプリ
便利 iOS(iPhone,iPad) アプリ