1
Afragment.cs如何將數據從Afragment傳遞給xamarin android上的Bactivity?
var data=new Intent(this,typeof(Bactivity));
\t data.PutStringArrayListExtra("ByGenres",TrackModel.Track);
data.PutExtra("position",e.Position);
StartActivity(data);
- 錯誤CS0119:表達式表示
type', where a
變量 'value' or
方法組' 預計- 錯誤CS1502:爲了獲得最佳重載方法匹配`Android.Content.Intent.Intent(Android.Content.Context,System.Type)' 有一些無效參數(CS1502 )
無法將數據傳遞給Bacitivity。
sr。我在PutStringArrayListExtra遇到問題。 –
更新您的代碼 –
編號無法將'System.Collections.Generic.List'表達式轉換爲類型'System.Collections.Generic.IList '(CS1503) –