SolutionTreeFilterProviderAttribute(String, UInt32) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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
用于显示筛选器的筛选器命令标识符的标识符。