久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

        <small id='iVdnf'></small><noframes id='iVdnf'>

        <tfoot id='iVdnf'></tfoot>
          <bdo id='iVdnf'></bdo><ul id='iVdnf'></ul>

        <i id='iVdnf'><tr id='iVdnf'><dt id='iVdnf'><q id='iVdnf'><span id='iVdnf'><b id='iVdnf'><form id='iVdnf'><ins id='iVdnf'></ins><ul id='iVdnf'></ul><sub id='iVdnf'></sub></form><legend id='iVdnf'></legend><bdo id='iVdnf'><pre id='iVdnf'><center id='iVdnf'></center></pre></bdo></b><th id='iVdnf'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='iVdnf'><tfoot id='iVdnf'></tfoot><dl id='iVdnf'><fieldset id='iVdnf'></fieldset></dl></div>
        <legend id='iVdnf'><style id='iVdnf'><dir id='iVdnf'><q id='iVdnf'></q></dir></style></legend>

      1. 使用 Visual Studio 2010 創建 XML 架構并從中自動生成

        Creating XML schema and auto-generate the serializable class out of it using Visual Studio 2010(使用 Visual Studio 2010 創建 XML 架構并從中自動生成可序列化的類)

              • <bdo id='qK8yg'></bdo><ul id='qK8yg'></ul>
              • <tfoot id='qK8yg'></tfoot>
                  <tbody id='qK8yg'></tbody>
                <i id='qK8yg'><tr id='qK8yg'><dt id='qK8yg'><q id='qK8yg'><span id='qK8yg'><b id='qK8yg'><form id='qK8yg'><ins id='qK8yg'></ins><ul id='qK8yg'></ul><sub id='qK8yg'></sub></form><legend id='qK8yg'></legend><bdo id='qK8yg'><pre id='qK8yg'><center id='qK8yg'></center></pre></bdo></b><th id='qK8yg'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='qK8yg'><tfoot id='qK8yg'></tfoot><dl id='qK8yg'><fieldset id='qK8yg'></fieldset></dl></div>
                  <legend id='qK8yg'><style id='qK8yg'><dir id='qK8yg'><q id='qK8yg'></q></dir></style></legend>

                • <small id='qK8yg'></small><noframes id='qK8yg'>

                • 本文介紹了使用 Visual Studio 2010 創建 XML 架構并從中自動生成可序列化的類的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  限時送ChatGPT賬號..

                  我正在嘗試使用 Visual Studio 2010 創建一個要序列化/反序列化的 XML 模式,但是擁有一個 xml 文件和另一個 xml 模式文件看起來真的很復雜,我不知道應該怎么做.我記得在 Visual Studio 2005 中,只需創建 xml 文件并使用 xml 設計器打開它,然后繪制架構,然后從架構中生成可序列化的代碼,這要簡單得多.任何有助于使用 Visual Studio 2010 Professional 執行相同操作的提示/鏈接.

                  I am trying to create an XML schema to be serialized/deserilized using visual studio 2010, but it looks really complicated having an xml file and another xml schema file, I didn't get how it should be done. I rememeber in visual studio 2005 it was much simpler by just creating xml file and open it with the xml designer then draw the schema, then generate the serializable code out of the schema. Any hint/ link that would help in doing the same using Visual Studio 2010 professional.

                  推薦答案

                  讓我試著回答這個問題:

                  Let me try to answer this:

                  1. 打開你的 VS 項目.
                  2. 在您的項目中打開 XML.
                  3. 在 VS 上,轉到菜單選項卡并單擊創建架構
                  4. 保存架構文件并添加到您的項目中.

                  然后您可以為序列化/反序列化過程創建自己的類或使用 xsd.exe

                  Then you can create your own class for the serialize/deserialize process or use xsd.exe

                  我用了最后一個.就我而言,我可以在 Program Files (x86)Microsoft SDKsWindowsv7.0ABinxsd.exe 中找到該工具.

                  I used the last one. In my case I can found the tool in the Program Files (x86)Microsoft SDKsWindowsv7.0ABinxsd.exe.

                  然后您可以打開 CMD 或 Visual Studio 命令窗口并編寫如下內容:xsd.exe [XSD 文件]/c/l:c#/o:[您要保存 .CS 的目錄]

                  Then you can open CMD or the Visual Studio command window and write something like: xsd.exe [THE XSD FILE] /c /l:c# /o:[DIRECTORY WHERE YOU WANT TO SAVE THE .CS]

                  我希望這對您有用或回答您的問題.在 VS 2008 和 2010 中,我幾乎使用了相同的方法.

                  I hope this works for you or answer your question. Pretty much I used the same approach with VS 2008 and 2010.

                  以下是相關主題以防萬一:

                  XSD 工具:https://docs.microsoft.com/en-us/dotnet/standard/serialization/xml-schema-definition-tool-xsd-exe

                  沒有 xsd.exe 的 XML 序列化和架構

                  從 XSD 生成類

                  如果您沒有 Microsoft SDK,您可以從以下位置獲取它:https://docs.microsoft.com/en-us/dotnet/core/sdk

                  if you don't have the Microsoft SDK you can get it from: https://docs.microsoft.com/en-us/dotnet/core/sdk

                  這篇關于使用 Visual Studio 2010 創建 XML 架構并從中自動生成可序列化的類的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                  【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  What are good algorithms for vehicle license plate detection?(車牌檢測有哪些好的算法?)
                  onClick event for Image in Unity(Unity中圖像的onClick事件)
                  Running Total C#(運行總 C#)
                  Deleting a directory when clicked on a hyperlink with JAvascript.ASP.NET C#(單擊帶有 JAvascript.ASP.NET C# 的超鏈接時刪除目錄)
                  asp.net listview highlight row on click(asp.net listview 在單擊時突出顯示行)
                  Calling A Button OnClick from a function(從函數調用按鈕 OnClick)

                    <tbody id='E9OzZ'></tbody>

                          <bdo id='E9OzZ'></bdo><ul id='E9OzZ'></ul>

                          <small id='E9OzZ'></small><noframes id='E9OzZ'>

                        • <legend id='E9OzZ'><style id='E9OzZ'><dir id='E9OzZ'><q id='E9OzZ'></q></dir></style></legend><tfoot id='E9OzZ'></tfoot>

                            <i id='E9OzZ'><tr id='E9OzZ'><dt id='E9OzZ'><q id='E9OzZ'><span id='E9OzZ'><b id='E9OzZ'><form id='E9OzZ'><ins id='E9OzZ'></ins><ul id='E9OzZ'></ul><sub id='E9OzZ'></sub></form><legend id='E9OzZ'></legend><bdo id='E9OzZ'><pre id='E9OzZ'><center id='E9OzZ'></center></pre></bdo></b><th id='E9OzZ'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='E9OzZ'><tfoot id='E9OzZ'></tfoot><dl id='E9OzZ'><fieldset id='E9OzZ'></fieldset></dl></div>
                          1. 主站蜘蛛池模板: 成人深夜福利在线观看 | 国产女人叫床高潮大片免费 | 一级毛片免费完整视频 | 日韩视频一区二区三区 | 精久久久 | 国产乱码精品1区2区3区 | 亚洲日韩中文字幕一区 | 中文字幕在线播放不卡 | 中文字幕在线观看第一页 | 久久久久久久久久久久久九 | 欧美天堂一区 | 欧美精品一区三区 | 国产日韩欧美一区二区在线播放 | 国产精选一区 | 亚洲一区自拍 | 国产精品欧美一区二区三区不卡 | а√中文在线8 | 不卡一区二区三区四区 | 秋霞电影院午夜伦 | 亚洲精品二区 | 黄色一级电影免费观看 | 91影片| 一区二区三区在线播放视频 | 国产精品视频久久 | 五月激情综合网 | 中文字幕综合 | 男女污污动态图 | 久久久久久免费毛片精品 | 男女羞羞视频网站 | 欧美专区日韩专区 | 欧美在线亚洲 | 99福利视频导航 | 成人久久久 | 成人蜜桃av | 人人人人人爽 | 成人精品一区二区 | 国产成人高清视频 | 日日操视频| 91精品久久久久 | 国产三区四区 | 日本在线你懂的 |