_MSProject.LinkTasksEdit 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 bool LinkTasksEdit (int From, int To, object Delete, object Type, object Lag, object PredecessorProjectName, object SuccessorProjectName);
abstract member LinkTasksEdit : int * int * obj * obj * obj * obj * obj -> bool
Public Function LinkTasksEdit (From As Integer, To As Integer, Optional Delete As Object, Optional Type As Object, Optional Lag As Object, Optional PredecessorProjectName As Object, Optional SuccessorProjectName As Object) As Boolean
Parameters
- From
- Int32
- To
- Int32
- Delete
- Object
- Type
- Object
- Lag
- Object
- PredecessorProjectName
- Object
- SuccessorProjectName
- Object