Share via


SolutionTreeFilterProviderAttribute.FilterCommandID Property

Gets the identifier 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 FilterCommandID As UInteger
public uint FilterCommandID { get; private set; }
public:
property unsigned int FilterCommandID {
    unsigned int get ();
    private: void set (unsigned int value);
}
member FilterCommandID : uint32 with get, private set
function get FilterCommandID () : uint 
private function set FilterCommandID (value : uint)

Property Value

Type: UInt32
The filter command identifier.

.NET Framework Security

See Also

Reference

SolutionTreeFilterProviderAttribute Class

Microsoft.VisualStudio.Shell Namespace