質問編集履歴

1

コード

2018/12/03 09:28

投稿

tomoyo1010
tomoyo1010

スコア24

test CHANGED
@@ -1 +1 @@
1
- dataGridviewでxmlファイルから<Synchronize>true</Synchronize>をチェックボックスとして読み取りたい
1
+ dataGridviewでxmlファイルから<Synchronize>true</Synchronize>をチェックボックスとして読み取りたい
test CHANGED
@@ -5,3 +5,25 @@
5
5
  チェックボックス形式として読み取る方法はないでしょうか。
6
6
 
7
7
  よろしくお願いします。
8
+
9
+ <?xml version="1.0" standalone="yes"?>
10
+
11
+ <NewDataSet>
12
+
13
+ <xs:schema id="NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
14
+
15
+ <xs:element name="Synchronize" type="xs:boolean" minOccurs="0" />
16
+
17
+ <Table1>
18
+
19
+ <Synchronize>true</Synchronize>
20
+
21
+ <FileName>dad</FileName>
22
+
23
+ <Define1>da</Define1>
24
+
25
+ <Define2>da</Define2>
26
+
27
+ </Table1>
28
+
29
+ </NewDataSet>