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对象。