ApplicationClass.CustomFieldValueListDelete(PjCustomField, Int16) Method

Definition

public:
 virtual bool CustomFieldValueListDelete(Microsoft::Office::Interop::MSProject::PjCustomField FieldID, short Index) = Microsoft::Office::Interop::MSProject::_MSProject::CustomFieldValueListDelete;
public virtual bool CustomFieldValueListDelete (Microsoft.Office.Interop.MSProject.PjCustomField FieldID, short Index);
abstract member CustomFieldValueListDelete : Microsoft.Office.Interop.MSProject.PjCustomField * int16 -> bool
override this.CustomFieldValueListDelete : Microsoft.Office.Interop.MSProject.PjCustomField * int16 -> bool
Public Overridable Function CustomFieldValueListDelete (FieldID As PjCustomField, Index As Short) As Boolean

Parameters

FieldID
PjCustomField
Index
Int16

Returns

Implements

Applies to