Filter.Fields 属性

在此类公称值是无符号的类型,使它们不可用于 CLS 使用。

该 API 不符合 CLS。 

命名空间:  Microsoft.Office.Project.Server.Library
程序集:  Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)

语法

声明
<CLSCompliantAttribute(False)> _
Public Property Fields As Filter.FieldCollection
    Get
    Set
用法
Dim instance As Filter
Dim value As Filter.FieldCollection

value = instance.Fields

instance.Fields = value
[CLSCompliantAttribute(false)]
public Filter.FieldCollection Fields { get; set; }

属性值

类型:Microsoft.Office.Project.Server.Library.Filter.FieldCollection

备注

Fields属性是在构造一个筛选器时使用的Filter.Field对象的集合。

另请参阅

引用

Filter 类

Filter 成员

Microsoft.Office.Project.Server.Library 命名空间