Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)
Syntax
'Declaration
Public Sub New ( _
sourceId As Integer, _
targetId As Integer, _
linkTypeId As Integer, _
isLocked As Boolean _
)
public WorkItemRelation(
int sourceId,
int targetId,
int linkTypeId,
bool isLocked
)
public:
WorkItemRelation(
int sourceId,
int targetId,
int linkTypeId,
bool isLocked
)
new :
sourceId:int *
targetId:int *
linkTypeId:int *
isLocked:bool -> WorkItemRelation
public function WorkItemRelation(
sourceId : int,
targetId : int,
linkTypeId : int,
isLocked : boolean
)
Parameters
- sourceId
Type: System.Int32
- targetId
Type: System.Int32
- linkTypeId
Type: System.Int32
- isLocked
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.