SolutionTreeFilterProviderAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供显示解决方案资源管理器筛选器的信息。
public ref class SolutionTreeFilterProviderAttribute sealed : System::ComponentModel::Composition::ExportAttribute
public sealed class SolutionTreeFilterProviderAttribute : System.ComponentModel.Composition.ExportAttribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=false)]
[System.ComponentModel.Composition.MetadataAttribute]
public sealed class SolutionTreeFilterProviderAttribute : System.ComponentModel.Composition.ExportAttribute
type SolutionTreeFilterProviderAttribute = class
inherit ExportAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=false)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type SolutionTreeFilterProviderAttribute = class
inherit ExportAttribute
Public NotInheritable Class SolutionTreeFilterProviderAttribute
Inherits ExportAttribute
- 继承
-
SolutionTreeFilterProviderAttribute
- 属性
构造函数
| SolutionTreeFilterProviderAttribute(String, UInt32) |
初始化 SolutionTreeFilterProviderAttribute 类的新实例。 |
属性
| FilterCommandGroup |
获取应处理显示筛选器的筛选器命令组。 |
| FilterCommandID |
获取应处理显示筛选器的筛选器命令的标识符。 |