DraftTaskLinkCollection.GetByGuid-Methode
Ruft eine Vorgangsverknüpfung Entwurf mit der angegebenen GUID aus der Auflistung ab.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Function GetByGuid ( _
uid As Guid _
) As DraftTaskLink
'Usage
Dim instance As DraftTaskLinkCollection
Dim uid As Guid
Dim returnValue As DraftTaskLink
returnValue = instance.GetByGuid(uid)
[RemoteAttribute]
public DraftTaskLink GetByGuid(
Guid uid
)
Parameter
uid
Typ: System.GuidEin GUID-Wert.
Rückgabewert
Typ: Microsoft.ProjectServer.Client.DraftTaskLink
Ein DraftTaskLink -Objekt.
Siehe auch
Referenz
DraftTaskLinkCollection Klasse