SolutionTreeFilterProviderAttribute(String, UInt32) 构造函数

定义

初始化 SolutionTreeFilterProviderAttribute 类的新实例。

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)

参数

filterCommandGroup
String

用于处理显示筛选器的筛选器命令组。

filterCommandID
UInt32

用于显示筛选器的筛选器命令标识符的标识符。

适用于