Filter.CopyFrom 方法
從現有的Filter物件的複本欄位。
命名空間: Microsoft.Office.Project.Server.Library
組件: Microsoft.Office.Project.Server.Library (在 Microsoft.Office.Project.Server.Library.dll 中)
語法
'宣告
Protected Sub CopyFrom ( _
filter As Filter _
)
'用途
Dim filter As Filter
Me.CopyFrom(filter)
protected void CopyFrom(
Filter filter
)
參數
filter
類型:Microsoft.Office.Project.Server.Library.Filter要複製之Filter物件。