質問編集履歴

3

bindeingtext変数をtextView1に訂正

2017/10/15 04:10

投稿

dendenmushi
dendenmushi

スコア98

test CHANGED
File without changes
test CHANGED
@@ -68,9 +68,7 @@
68
68
 
69
69
  // 取得したオブジェクトを使う
70
70
 
71
- //LabelOS.Text = platformInfo.OsVersion;
72
-
73
- textView.BindingContext = platformInfo.GetDBtable();
71
+ textView.textView1 = platformInfo.GetDBtable();
74
72
 
75
73
  }
76
74
 

2

コード表示機能使用

2017/10/15 04:10

投稿

dendenmushi
dendenmushi

スコア98

test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  PCLインターフェース
10
10
 
11
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11
+ ```
12
12
 
13
13
  public interface IPlatformInfoInterface
14
14
 
@@ -18,11 +18,7 @@
18
18
 
19
19
  string GetDBtable();
20
20
 
21
-
22
-
23
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21
+ ```
24
-
25
-
26
22
 
27
23
 
28
24
 
@@ -30,7 +26,7 @@
30
26
 
31
27
  MainActivity.cs
32
28
 
33
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
29
+ ```
34
30
 
35
31
  var textView = FindViewById<TextView>(Resource.Id.textView1);
36
32
 
@@ -50,11 +46,7 @@
50
46
 
51
47
  }
52
48
 
53
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
49
+ ```
54
-
55
-
56
-
57
-
58
50
 
59
51
 
60
52
 
@@ -62,7 +54,9 @@
62
54
 
63
55
  MainPage.xaml.cs
64
56
 
57
+ ```
58
+
65
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ InitializeComponent();
59
+ InitializeComponent();
66
60
 
67
61
 
68
62
 
@@ -80,11 +74,7 @@
80
74
 
81
75
  }
82
76
 
83
-
84
-
85
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
77
+ ```
86
-
87
-
88
78
 
89
79
 
90
80
 
@@ -92,7 +82,7 @@
92
82
 
93
83
  MainPage.xaml
94
84
 
95
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
85
+ ```
96
86
 
97
87
  <Label
98
88
 
@@ -104,7 +94,7 @@
104
94
 
105
95
  HorizontalOptions="Center" />
106
96
 
107
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
97
+ ```
108
98
 
109
99
 
110
100
 

1

改行訂正

2017/10/15 04:02

投稿

dendenmushi
dendenmushi

スコア98

test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  PCLインターフェース
10
10
 
11
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12
12
 
13
13
  public interface IPlatformInfoInterface
14
14
 
@@ -20,7 +20,7 @@
20
20
 
21
21
 
22
22
 
23
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
23
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
24
24
 
25
25
 
26
26
 
@@ -30,7 +30,7 @@
30
30
 
31
31
  MainActivity.cs
32
32
 
33
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
33
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
34
34
 
35
35
  var textView = FindViewById<TextView>(Resource.Id.textView1);
36
36
 
@@ -50,7 +50,7 @@
50
50
 
51
51
  }
52
52
 
53
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
53
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
54
54
 
55
55
 
56
56
 
@@ -62,7 +62,7 @@
62
62
 
63
63
  MainPage.xaml.cs
64
64
 
65
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ InitializeComponent();
65
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ InitializeComponent();
66
66
 
67
67
 
68
68
 
@@ -82,7 +82,7 @@
82
82
 
83
83
 
84
84
 
85
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
85
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
86
86
 
87
87
 
88
88
 
@@ -92,7 +92,7 @@
92
92
 
93
93
  MainPage.xaml
94
94
 
95
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
95
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
96
96
 
97
97
  <Label
98
98
 
@@ -104,7 +104,7 @@
104
104
 
105
105
  HorizontalOptions="Center" />
106
106
 
107
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
107
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
108
108
 
109
109
 
110
110