Filter.Eval 方法
通过逻辑运算符或运算符字段的筛选器属性的计算结果。
命名空间: Microsoft.Office.Project.Server.Library
程序集: Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)
语法
声明
Public Function Eval ( _
row As ICustomTypeDescriptor _
) As Boolean
用法
Dim instance As Filter
Dim row As ICustomTypeDescriptor
Dim returnValue As Boolean
returnValue = instance.Eval(row)
public bool Eval(
ICustomTypeDescriptor row
)
参数
row
类型:System.ComponentModel.ICustomTypeDescriptor自定义类型说明符的集合。