Share via


SolutionTreeFilterProviderAttribute.FilterCommandGroup Property

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

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

Syntax

'Declaration
Public Property FilterCommandGroup As String
public string FilterCommandGroup { get; private set; }
public:
property String^ FilterCommandGroup {
    String^ get ();
    private: void set (String^ value);
}
member FilterCommandGroup : string with get, private set
function get FilterCommandGroup () : String 
private function set FilterCommandGroup (value : String)

Property Value

Type: System.String
The filter command group.

.NET Framework Security

See Also

Reference

SolutionTreeFilterProviderAttribute Class

Microsoft.VisualStudio.Shell Namespace