DicomObjects.NET8 Documentation
DicomObjects Namespace / DicomLabelCollection Class
Members



In This Topic
    DicomLabelCollection Class
    In This Topic
    A collection of DicomLabel objects.
    Object Model
    DicomLabelCollection ClassDicomLabel Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.ICollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    <SerializableAttribute()>
    Public Class DicomLabelCollection 
       Inherits System.Collections.ObjectModel.Collection(Of DicomLabel)
    'Usage
     
    
    Dim instance As DicomLabelCollection
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.ICollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    [Serializable()]
    public class DicomLabelCollection : System.Collections.ObjectModel.Collection<DicomLabel> 
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.ICollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    [Serializable()]
    public ref class DicomLabelCollection : public System.Collections.ObjectModel.Collection<DicomLabel> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          DicomObjects.DicomLabelCollection

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also