質問編集履歴

2

タグ追加

2025/01/25 07:13

投稿

RC46
RC46

スコア11

test CHANGED
File without changes
test CHANGED
File without changes

1

XAMLバインドエラ-の追記

2025/01/25 03:10

投稿

RC46
RC46

スコア11

test CHANGED
File without changes
test CHANGED
@@ -10,10 +10,16 @@
10
10
 
11
11
  BindingContext DataType関連だと思うが以下の警告がでる
12
12
 
13
- ### 発生している問題・エラーメッセージ
13
+ ### 発生している問題・警告メッセージ
14
14
 
15
15
  ```
16
16
  Binding: Property "TestTapCommand" not found on "InspectApp.ViewModels.InspectItems".
17
+ ```
18
+
19
+ ### 発生しているXAMLバインドエラ―
20
+ ```
21
+ Mismatch between the specified x:DataType (InspectApp.ViewModels.InspectItems) and the current binding context (Microsoft.Maui.Controls.RelativeBindingSource).
22
+
17
23
  ```
18
24
 
19
25
  ### 該当のソースコード