PublishedTaskLinkCollection.GetById 方法
返回的Id值与集合中的任务链接。
命名空间: Microsoft.ProjectServer.Client
程序集: Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)
语法
声明
<RemoteAttribute> _
Public Function GetById ( _
objectId As String _
) As PublishedTaskLink
用法
Dim instance As PublishedTaskLinkCollection
Dim objectId As String
Dim returnValue As PublishedTaskLink
returnValue = instance.GetById(objectId)
[RemoteAttribute]
public PublishedTaskLink GetById(
string objectId
)
参数
objectId
类型:System.String任务链接 GUID 的字符串表示形式。
返回值
类型:Microsoft.ProjectServer.Client.PublishedTaskLink
一个PublishedTaskLink对象。