PlanAssignmentIntervalCollection 类

表示PlanAssignmentInterval对象的集合。

继承层次结构

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<PlanAssignmentInterval>
        Microsoft.ProjectServer.Client.PlanAssignmentIntervalCollection

命名空间:  Microsoft.ProjectServer.Client
程序集:  Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)

语法

声明
<ScriptTypeAttribute("PS.PlanAssignmentIntervalCollection", ServerTypeId := "{e7218c7f-92de-4ac6-ac89-9e89bb9b78d7}")> _
Public Class PlanAssignmentIntervalCollection _
    Inherits ClientObjectCollection(Of PlanAssignmentInterval)
用法
Dim instance As PlanAssignmentIntervalCollection
[ScriptTypeAttribute("PS.PlanAssignmentIntervalCollection", ServerTypeId = "{e7218c7f-92de-4ac6-ac89-9e89bb9b78d7}")]
public class PlanAssignmentIntervalCollection : ClientObjectCollection<PlanAssignmentInterval>

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

PlanAssignmentIntervalCollection 成员

Microsoft.ProjectServer.Client 命名空间