Platforms to show: All Mac Windows Linux Cross-Platform

Back to WIAItemEnumeratorMBS class.

WIAItemEnumeratorMBS.Clone as WIAItemEnumeratorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Image Capture MBS Win Plugin 10.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Creates an additional instance of the WIAItemEnumeratorMBS object.

Lasterror is set.

WIAItemEnumeratorMBS.Count as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Image Capture MBS Win Plugin 10.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Returns the number of elements stored by this enumerator.

Lasterror is set.

WIAItemEnumeratorMBS.NextItem as WIAItemMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Image Capture MBS Win Plugin 10.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Returns the next item in the enumeration.
Example
Sub EnumerateItems(root as WIAItemMBS)
dim e as WIAItemEnumeratorMBS = Root.EnumerateChildItems

if e<>Nil then
dim it as WIAItemMBS = e.NextItem

while it<>nil

// do something with item

it = e.NextItem
wend

end if
End Sub

Lasterror is set.

WIAItemEnumeratorMBS.Reset

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Image Capture MBS Win Plugin 10.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Resets the enumeration.

Lasterror is set.

WIAItemEnumeratorMBS.Skip(celt as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Image Capture MBS Win Plugin 10.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Skips the specified number of items during an enumeration of available WiaItemMBS objects.

Lasterror is set.

The items on this page are in the following plugins: MBS Win Plugin.


The biggest plugin in space...