SolutionTreeFilterProviderAttribute Class

 

Provides information for displaying the Solution Explorer filter.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

System.Object
  System.Attribute
    System.ComponentModel.Composition.ExportAttribute
      Microsoft.VisualStudio.Shell.SolutionTreeFilterProviderAttribute

[MetadataAttributeAttribute]
[AttributeUsageAttribute(AttributeTargets.Class | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field, 
	AllowMultiple = false)]
public sealed class SolutionTreeFilterProviderAttribute : ExportAttribute

NameDescription
System_CAPS_pubmethodSolutionTreeFilterProviderAttribute(String, UInt32)

Initializes a new instance of the SolutionTreeFilterProviderAttribute class.

NameDescription
System_CAPS_pubpropertyContractName

(Inherited from ExportAttribute.)

System_CAPS_pubpropertyContractType

(Inherited from ExportAttribute.)

System_CAPS_pubpropertyFilterCommandGroup

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

System_CAPS_pubpropertyFilterCommandID

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

System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Attribute.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Attribute.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsDefaultAttribute()

(Inherited from Attribute.)

System_CAPS_pubmethodMatch(Object)

(Inherited from Attribute.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: