91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.06M
    文件類型: .7z
    金幣: 1
    下載: 0 次
    發布日期: 2021-02-25
  • 語言: C#
  • 標簽: C#??插件??格式化??

資源簡介


資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel.Design;
using?System.Diagnostics;
using?System.Linq;
using?System.Runtime.InteropServices;
using?EnvDTE;
using?EnvDTE80;
using?Microsoft.VisualStudio.Shell;


namespace?Richbiz.BatchFormat
{
????[PackageRegistration(UseManagedResourcesOnly?=?true)]
????[InstalledProductRegistration(“#110“?“#112“?“1.0“?IconResourceID?=?400)]
????[ProvideOptionPageAttribute(typeof(OptionPage)?“BatchFormat“?“General“?101?106?true)]
????[ProvideMenuResource(“Menus.ctmenu“?1)]
????[Guid(GuidList.GuidBatchFormatPkgString)]
????public?sealed?class?BatchFormatPackage?:?Package
????{
????????private?DTE2?dte?=?null;
????????private?PkgCmdIDList?selectedMenu?=?PkgCmdIDList.Null;
????????private?List?lstAlreadyOpenFiles?=?new?List();
????????private?List?lstExcludeEndsWith?=?null;
????????private?OutputWindowPane?myOutPane?=?null;
????????private?int?count;

????????protected?ove

評論

共有 條評論