zoukankan      html  css  js  c++  java
  • VS2015 工具箱 保存位置

     我的文档Visual Studio 2015SettingsCurrentSettings.vssettings

    Environment_Toolbox 节点
    <Category name="Environment_Toolbox" Category="{481999F2-7479-4e03-83D5-BE808BA142DF}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_Toolbox" PackageName="Visual Studio Environment Package">
          <PropertyValue name="ShowAllTabs">false</PropertyValue>
          <PropertyValue name="Version">1</PropertyValue>
          <PropertyValue name="DeletedTabCount">0</PropertyValue>
          <PropertyValue name="Tab0.Name">WardMvcKit</PropertyValue>
          <PropertyValue name="Tab0.View">0</PropertyValue>
          <PropertyValue name="Tab0.UseDefaultName">false</PropertyValue>
          <PropertyValue name="Tab0.RecordType">1</PropertyValue>
          <PropertyValue name="Tab0.Position">52</PropertyValue>
          <PropertyValue name="Tab0.OriginalName">WardMvcKit</PropertyValue>
          <PropertyValue name="Tab1.Name">WardASP.NET</PropertyValue>
          <PropertyValue name="Tab1.View">0</PropertyValue>
          <PropertyValue name="Tab1.UseDefaultName">false</PropertyValue>
          <PropertyValue name="Tab1.RecordType">1</PropertyValue>
          <PropertyValue name="Tab1.Position">53</PropertyValue>
          <PropertyValue name="Tab1.OriginalName">WardASP.NET</PropertyValue>
          <PropertyValue name="TabCount">2</PropertyValue>
          <PropertyValue name="DeletedItemCount">0</PropertyValue>
          <PropertyValue name="Item0.DataProvider">{0A057BAD-6706-45D2-A800-683A29EC6BA3}</PropertyValue>
          <PropertyValue name="Item0.ID">F6E21A9E5108DC51F6E21A9EF6F0FB0C</PropertyValue>
          <PropertyValue name="Item0.Name">文本: wardtest</PropertyValue>
          <PropertyValue name="Item0.UseDefaultName">true</PropertyValue>
          <PropertyValue name="Item0.Tab">WardMvcKit</PropertyValue>
          <PropertyValue name="Item0.OriginalTab">WardMvcKit</PropertyValue>
          <PropertyValue name="Item0.RecordType">1</PropertyValue>
          <PropertyValue name="Item0.Data">wardtest</PropertyValue>
          <PropertyValue name="Item0.Position">1</PropertyValue>
          <PropertyValue name="Item1.DataProvider">{0A057BAD-6706-45D2-A800-683A29EC6BA3}</PropertyValue>
          <PropertyValue name="Item1.ID">D38721E71384BB87FA34A15B827F8F3E</PropertyValue>
          <PropertyValue name="Item1.Name">文本: 1wardtest1</PropertyValue>
          <PropertyValue name="Item1.UseDefaultName">true</PropertyValue>
          <PropertyValue name="Item1.Tab">WardASP.NET</PropertyValue>
          <PropertyValue name="Item1.OriginalTab">WardASP.NET</PropertyValue>
          <PropertyValue name="Item1.RecordType">1</PropertyValue>
          <PropertyValue name="Item1.Data">1wardtest1</PropertyValue>
          <PropertyValue name="Item1.Position">1</PropertyValue>
          <PropertyValue name="ItemCount">2</PropertyValue>
        </Category>
  • 相关阅读:
    Printing a DataGridView on DotNet Framework
    对比.NET PetShop和Duwamish来探讨Ado.NET的数据库编程模式
    PetShop配置readme
    关于DGVPrinter.cs中的PrintRange
    foobar2000 0.9.5正式版放出
    Another DataGridView Printer
    getline及读文件总结
    C++中文件的读取操作,如何读取多行数据,如何一个一个的读取数据
    vector的clear和swap
    写程序前不需指定数组中的常量,而是动态编译中决定
  • 原文地址:https://www.cnblogs.com/lee2011/p/5202110.html
Copyright © 2011-2022 走看看