_MSProject.CustomFieldValueList 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 CustomFieldValueList (Microsoft.Office.Interop.MSProject.PjCustomField FieldID, object ListDefault, object DefaultValue, object RestrictToList, object AppendNew, object PromptOnNew, Microsoft.Office.Interop.MSProject.PjListOrder DisplayOrder = (Microsoft.Office.Interop.MSProject.PjListOrder) -1);
abstract member CustomFieldValueList : Microsoft.Office.Interop.MSProject.PjCustomField * obj * obj * obj * obj * obj * Microsoft.Office.Interop.MSProject.PjListOrder -> bool
Public Function CustomFieldValueList (FieldID As PjCustomField, Optional ListDefault As Object, Optional DefaultValue As Object, Optional RestrictToList As Object, Optional AppendNew As Object, Optional PromptOnNew As Object, Optional DisplayOrder As PjListOrder = (Microsoft.Office.Interop.MSProject.PjListOrder) -1) As Boolean
Parameters
- FieldID
- PjCustomField
- ListDefault
- Object
- DefaultValue
- Object
- RestrictToList
- Object
- AppendNew
- Object
- PromptOnNew
- Object
- DisplayOrder
- PjListOrder