SolutionTreeFilterProviderAttribute 构造函数

Initializes a new instance of the SolutionTreeFilterProviderAttribute class.

命名空间:  Microsoft.VisualStudio.Shell
程序集:  Microsoft.VisualStudio.Shell.Immutable.11.0(在 Microsoft.VisualStudio.Shell.Immutable.11.0.dll 中)

语法

声明
Public Sub New ( _
    filterCommandGroup As String, _
    filterCommandID As UInteger _
)
public SolutionTreeFilterProviderAttribute(
    string filterCommandGroup,
    uint filterCommandID
)

参数

  • filterCommandGroup
    类型:System.String
    The group of the filter command that is used to handle showing the filter.
  • filterCommandID
    类型:System.UInt32
    The identifier of the filter command identifier that is used to handle showing the filter.

.NET Framework 安全性

请参见

参考

SolutionTreeFilterProviderAttribute 类

Microsoft.VisualStudio.Shell 命名空间