LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Items Property
See Also 
Leadtools.Medical.Workstation Namespace > ListViewStudiesInformation Class : Items Property




Gets an Array containing the that contain the series information.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Items As IImageListViewItem()
Visual Basic (Usage)Copy Code
Dim instance As ListViewStudiesInformation
Dim value() As IImageListViewItem
 
value = instance.Items
C# 
public IImageListViewItem[] Items {get;}
Managed Extensions for C++ 
public: __property IImageListViewItem*[]* get_Items();
C++/CLI 
public:
property array<IImageListViewItem^>^ Items {
   array<IImageListViewItem^>^ get();
}

Property Value

An System.Array of IImageListViewItem objects that that contain the series information.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also