SolutionTreeFilterProviderAttribute Class

Definition

Provides information for displaying the Solution Explorer filter.

public ref class SolutionTreeFilterProviderAttribute sealed : 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
[<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
Inheritance
SolutionTreeFilterProviderAttribute
Attributes

Constructors

SolutionTreeFilterProviderAttribute(String, UInt32)

Initializes a new instance of the SolutionTreeFilterProviderAttribute class.

Properties

FilterCommandGroup

Gets the group of the filter command that should handle showing the filter.

FilterCommandID

Gets the identifier of the filter command that should handle showing the filter.

Applies to