Task.LinkPredecessors(Object, PjTaskLinkType, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public void LinkPredecessors (object Tasks, Microsoft.Office.Interop.MSProject.PjTaskLinkType Link = Microsoft.Office.Interop.MSProject.PjTaskLinkType.pjFinishToStart, object Lag);
abstract member LinkPredecessors : obj * Microsoft.Office.Interop.MSProject.PjTaskLinkType * obj -> unit
Public Sub LinkPredecessors (Tasks As Object, Optional Link As PjTaskLinkType = Microsoft.Office.Interop.MSProject.PjTaskLinkType.pjFinishToStart, Optional Lag As Object)
Parameters
- Tasks
- Object
- Link
- PjTaskLinkType
- Lag
- Object