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

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