資源簡介
代碼片段和文件信息
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
- 上一篇:VS批注批量修改CommentHelper
- 下一篇:無抖動對聯廣告(無滾動)
評論
共有 條評論