
| Visual Basic (Declaration) | |
|---|---|
<DefaultMemberAttribute("Item")> Public Class TargetDevices Implements IEnumerable(Of TargetDevice), IEnumerable, IEnumerator | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As TargetDevices | |
| C# | |
|---|---|
[DefaultMemberAttribute("Item")] public class TargetDevices : IEnumerable<TargetDevice>, IEnumerable, IEnumerator | |
| C++/CLI | |
|---|---|
[DefaultMemberAttribute("Item")] public ref class TargetDevices : public IEnumerable<TargetDevice>, IEnumerable, IEnumerator | |
The TargetDevices class contains a collection of registered output devices. The CaptureCtrl and ConvertCtrl classes use the collection to enumerate and select target devices.
System.Object
Leadtools.Multimedia.TargetDevices
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code