GlobalClass.CustomFieldValueListGetItem(PjCustomField, PjValueListItem, Int32) Method

Definition

public:
 virtual System::String ^ CustomFieldValueListGetItem(Microsoft::Office::Interop::MSProject::PjCustomField FieldID, Microsoft::Office::Interop::MSProject::PjValueListItem Item, int Index) = Microsoft::Office::Interop::MSProject::_Global::CustomFieldValueListGetItem;
public virtual string CustomFieldValueListGetItem (Microsoft.Office.Interop.MSProject.PjCustomField FieldID, Microsoft.Office.Interop.MSProject.PjValueListItem Item, int Index);
Public Overridable Function CustomFieldValueListGetItem (FieldID As PjCustomField, Item As PjValueListItem, Index As Integer) As String

Parameters

FieldID
PjCustomField
Index
Int32

Returns

String

Implements

Applies to