ApplicationClass.CustomFieldValueListAdd 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 virtual bool CustomFieldValueListAdd (Microsoft.Office.Interop.MSProject.PjCustomField FieldID, object Value, object Description, object Phonetic, object Index, object FieldDefault);
abstract member CustomFieldValueListAdd : Microsoft.Office.Interop.MSProject.PjCustomField * obj * obj * obj * obj * obj -> bool
override this.CustomFieldValueListAdd : Microsoft.Office.Interop.MSProject.PjCustomField * obj * obj * obj * obj * obj -> bool
Public Overridable Function CustomFieldValueListAdd (FieldID As PjCustomField, Optional Value As Object, Optional Description As Object, Optional Phonetic As Object, Optional Index As Object, Optional FieldDefault As Object) As Boolean
Parameters
- FieldID
- PjCustomField
- Value
- Object
- Description
- Object
- Phonetic
- Object
- Index
- Object
- FieldDefault
- Object