'Declaration Public Overloads Function IndexOf( _
ByVal profileNameИмя профиля.As String _
) As Integer
public int IndexOf(
string profileName
)
public: int IndexOf(
string* profileName
)
public:
int IndexOf(
string^ profileName
)
Parameters
- profileName
- Имя профиля.
Return Value
Отсчитываемый c нуля индекс таблицы или -1, если объект KodakDeviceProfile не найден в коллекции.