SolutionTreeFilterProviderAttribute 类

定义

提供显示解决方案资源管理器筛选器的信息。

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

获取应处理显示筛选器的筛选器命令的标识符。

适用于