Filter class
用來表示和建立查詢的 helper 類別會傳送至專案伺服器。
Inheritance hierarchy
System.Object
Microsoft.Office.Project.Server.Library.Filter
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'宣告
<SerializableAttribute> _
Public Class Filter _
Implements ICloneable
'用途
Dim instance As Filter
[SerializableAttribute]
public class Filter : ICloneable
備註
如需使用Filter物件的範例,請參閱CreateResources方法程式碼範例中的GetResourceFilter方法。
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.