PhaseCollection 类

表示工作流Phase对象的集合。

继承层次结构

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<Phase>
        Microsoft.ProjectServer.Client.PhaseCollection

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

语法

声明
<ScriptTypeAttribute("PS.PhaseCollection", ServerTypeId := "{f5fbfc2b-9866-4903-8f39-b20efc731085}")> _
Public Class PhaseCollection _
    Inherits ClientObjectCollection(Of Phase)
用法
Dim instance As PhaseCollection
[ScriptTypeAttribute("PS.PhaseCollection", ServerTypeId = "{f5fbfc2b-9866-4903-8f39-b20efc731085}")]
public class PhaseCollection : ClientObjectCollection<Phase>

线程安全性

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

另请参阅

引用

PhaseCollection 成员

Microsoft.ProjectServer.Client 命名空间

Phase

PhaseCreationInformation

Phases