SolutionTreeFilterProviderAttribute(String, UInt32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the SolutionTreeFilterProviderAttribute class.
public:
SolutionTreeFilterProviderAttribute(System::String ^ filterCommandGroup, System::UInt32 filterCommandID);
public:
SolutionTreeFilterProviderAttribute(Platform::String ^ filterCommandGroup, unsigned int filterCommandID);
SolutionTreeFilterProviderAttribute(std::wstring const & filterCommandGroup, unsigned int filterCommandID);
public SolutionTreeFilterProviderAttribute (string filterCommandGroup, uint filterCommandID);
new Microsoft.VisualStudio.Shell.SolutionTreeFilterProviderAttribute : string * uint32 -> Microsoft.VisualStudio.Shell.SolutionTreeFilterProviderAttribute
Public Sub New (filterCommandGroup As String, filterCommandID As UInteger)
Parameters
- filterCommandGroup
- String
The group of the filter command that is used to handle showing the filter.
- filterCommandID
- UInt32
The identifier of the filter command identifier that is used to handle showing the filter.