CustomFieldCollection 类
表示CustomField对象的集合。
继承层次结构
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<CustomField>
Microsoft.ProjectServer.Client.CustomFieldCollection
命名空间: Microsoft.ProjectServer.Client
程序集: Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)
语法
声明
<ScriptTypeAttribute("PS.CustomFieldCollection", ServerTypeId := "{323e3bc2-228d-4139-9b37-d479fd1bc6c3}")> _
Public Class CustomFieldCollection _
Inherits ClientObjectCollection(Of CustomField)
用法
Dim instance As CustomFieldCollection
[ScriptTypeAttribute("PS.CustomFieldCollection", ServerTypeId = "{323e3bc2-228d-4139-9b37-d479fd1bc6c3}")]
public class CustomFieldCollection : ClientObjectCollection<CustomField>
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。
另请参阅
引用
Microsoft.ProjectServer.Client 命名空间