DraftTask.Predecessors 属性
获取当前任务所依赖的前置任务的链接。
命名空间: Microsoft.ProjectServer.Client
程序集: Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)
语法
声明
<RemoteAttribute> _
Public ReadOnly Property Predecessors As DraftTaskLinkCollection
Get
用法
Dim instance As DraftTask
Dim value As DraftTaskLinkCollection
value = instance.Predecessors
[RemoteAttribute]
public DraftTaskLinkCollection Predecessors { get; }
属性值
类型:Microsoft.ProjectServer.Client.DraftTaskLinkCollection
DraftTaskLink对象的集合。