ShellUtility 类

搜索的解决方案和 RDT 实用工具方法。

继承层次结构

System.Object
  Microsoft.VisualStudio.Modeling.Shell.ShellUtility

命名空间:  Microsoft.VisualStudio.Modeling.Shell
程序集:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll 中)

语法

声明
Public NotInheritable Class ShellUtility
public sealed class ShellUtility

ShellUtility 类型公开以下成员。

方法

  名称 说明
公共方法 Equals 确定指定的对象是否等于当前对象。 (继承自 Object。)
公共方法静态成员 FindFilesInSolution(IList<String>, IServiceProvider, Boolean) 查找特定扩展名的文件在当前解决方案中的。
公共方法静态成员 FindFilesInSolution(String, IServiceProvider, Boolean) 查找特定扩展名的文件在当前解决方案中的。
公共方法静态成员 FindFilesInSolution(IncludeInResultsCallback, IServiceProvider, Boolean) 查找特定扩展名的文件在当前解决方案中的。
公共方法静态成员 FindOpenedFiles(IList<String>, IServiceProvider) 查找获得了给定的文件扩展名中关闭该解决方案中的文件
公共方法静态成员 FindOpenedFiles(String, IServiceProvider) 查找打开了特定文件扩展名结尾在解决方案的文件。
公共方法静态成员 FindOpenedFiles(IncludeInResultsCallback, IServiceProvider) 查找获得了基于特定回调匹配在解决方案的文件。
公共方法静态成员 FindProjectsInSolution 查找项列表在当前解决方案中的。
公共方法静态成员 GetAvailableTypeFullNames 对特定 rootElement,此方法返回类型 (使用短名称形式) 在此 rootElement DocData 位于的当前项目。
公共方法 GetHashCode 用作特定类型的哈希函数。 (继承自 Object。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
公共方法静态成员 IsVirtualFolder 是虚拟文件夹。
公共方法 ToString 返回表示当前对象的字符串。 (继承自 Object。)

页首

字段

  名称 说明
公共字段静态成员 VirtualFolderItemType 解决方案文件夹项类型 GUID。

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参见

参考

Microsoft.VisualStudio.Modeling.Shell 命名空间