久久久久久久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. 主站蜘蛛池模板: 高清一区二区视频 | 99热这里都是精品 | 超碰超碰| 激情六月丁香婷婷 | 羞羞网站在线观看 | 久久久久国产精品一区二区 | 中文字幕丁香5月 | 中文字幕亚洲欧美日韩在线不卡 | 欧美日韩国产精品一区 | 99热精品在线观看 | 国产黄色麻豆视频 | 色综合久久天天综合网 | 一级黄色毛片a | 婷婷福利视频导航 | 欧美在线视频一区二区 | 亚洲精品中文字幕中文字幕 | 国产免费一区二区 | 一区二区三区在线 | 欧洲免费视频 | 天天爽夜夜操 | 亚洲国产成人精品久久久国产成人一区 | 欧美日韩亚洲一区 | 久久久久久久久久久久一区二区 | 偷拍第一页 | 日韩网站在线观看 | 国产精品69久久久久水密桃 | 97超碰免费 | 巨大黑人极品videos精品 | 国产欧美日韩精品一区 | 成人超碰 | av手机在线 | 久久婷婷国产麻豆91 | 中国大陆高清aⅴ毛片 | 美国一级毛片a | 国产精品高潮呻吟久久av黑人 | 91精品免费| 亚洲精品福利视频 | 羞羞视频在线观看 | 日韩精品久久久 | 在线播放亚洲 | 国产激情在线观看视频 |