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。