using System.ServiceModel.DomainServices.Client; .... domaincontext.SubmitChanges(Changes_Submitted, null); .... private void Changes_Submitted(SubmitOperation sop) { if (sop.HasError) { ErrorWindow.CreateNew(sop.Error); sop.MarkErrorAsHandled(); } }
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.