Filter.MatchType 枚举

指定筛选器的匹配类型。

命名空间:  Microsoft.Office.Project.Server.Library
程序集:  Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)

语法

声明
<SerializableAttribute> _
Public Enumeration MatchType
用法
Dim instance As Filter.MatchType
[SerializableAttribute]
public enum MatchType

成员

成员名称 说明
SingleValue 值为 0。与单个字段名称匹配。
MultiValueAny 值 = 1。匹配的自定义字段。
MultiValueAll 值 = 2。多值的自定义字段匹配。

备注

使用MatchType枚举设置MatchType属性。

有关详细信息,请参阅How to: Use a Filter Parameter with PSI Methods

另请参阅

引用

Microsoft.Office.Project.Server.Library 命名空间