_MSProject.SetTaskFieldByID 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 SetTaskFieldByID (Microsoft.Office.Interop.MSProject.PjField FieldID, string Value, object AllSelectedTasks, object Create, object TaskID, object ProjectName);
abstract member SetTaskFieldByID : Microsoft.Office.Interop.MSProject.PjField * string * obj * obj * obj * obj -> bool
Public Function SetTaskFieldByID (FieldID As PjField, Value As String, Optional AllSelectedTasks As Object, Optional Create As Object, Optional TaskID As Object, Optional ProjectName As Object) As Boolean
Parameters
- FieldID
- PjField
- Value
- String
- AllSelectedTasks
- Object
- Create
- Object
- TaskID
- Object
- ProjectName
- Object