VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.Twain Namespace / DeviceCapabilityCollection Class / IndexOf Methods / IndexOf(UInt16) Method
Синтаксис Требования Смотрите также
В этом разделе
    IndexOf(UInt16) Метод (DeviceCapabilityCollection)
    В этом разделе
    Finds the index of capability in this collection by identifier of capability.
    Синтаксис
    'Declaration
    
    Public Overloads Function IndexOf( _
    ByVal id
    An identifier of capability.
    As UShort _
    ) As Integer
    public int IndexOf(
    ushort id
    )
    public: int IndexOf(
    ushort id
    )
    public:
    int IndexOf(
    ushort id
    )

    Parameters

    id
    An identifier of capability.

    Return Value

    Index of capability in this collection if capability is found; otherwise, -1.
    Требования

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

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