VintaSoft Twain .NET SDK 14.1: Руководство для .NET разработчика
Vintasoft.WinTwain Namespace / KodakDeviceProfileCollection Class / IndexOf Methods / IndexOf(KodakDeviceProfile) Method
Синтаксис Требования Смотрите также
В этом разделе
    IndexOf(KodakDeviceProfile) Метод (KodakDeviceProfileCollection)
    В этом разделе
    Возвращает индекс указанного объекта KodakDeviceProfile.
    Синтаксис
    'Declaration
    
    Public Overloads Function IndexOf( _
    ByVal profile
    KodakDeviceProfile для поиска.
    As KodakDeviceProfile _
    ) As Integer
    public int IndexOf(
    KodakDeviceProfile profile
    )
    public: int IndexOf(
    KodakDeviceProfile* profile
    )
    public:
    int IndexOf(
    KodakDeviceProfile^ profile
    )

    Parameters

    profile
    KodakDeviceProfile для поиска.

    Return Value

    Отсчитываемый c нуля индекс таблицы или -1, если объект KodakDeviceProfile не найден в коллекции.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также