VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.Utils Namespace / UIElementMasterCollection<T> Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    UIElementMasterCollection<T> Class
    In This Topic
    Represents the "master" collection of System.Windows.UIElement elements which may have an unlimited count of "slave" collections.
    Object Model
    UIElementMasterCollection<T>
    Syntax
    'Declaration
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.ICollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class UIElementMasterCollection
         (Of T
    Type of collection element, must be derived from System.Windows.UIElement.
    As System.Windows.UIElement) Inherits Vintasoft.Imaging.Utils.MasterCollection(Of T)
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.ICollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class UIElementMasterCollection<T> : Vintasoft.Imaging.Utils.MasterCollection<T>
    where T: System.Windows.UIElement
    
    
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.ICollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public __gc class UIElementMasterCollection<T> : public Vintasoft.Imaging.Utils.MasterCollection<T*>*
    where T: System.Windows.UIElement
    
    
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.ICollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    generic<typename T>
    public ref class UIElementMasterCollection : public Vintasoft.Imaging.Utils.MasterCollection<T^>^
    where T: System.Windows.UIElement
    
    

    Type Parameters

    T
    Type of collection element, must be derived from System.Windows.UIElement.
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          Vintasoft.Imaging.Utils.MasterCollection<T>
             Vintasoft.Imaging.Wpf.Utils.UIElementMasterCollection<T>
                Vintasoft.Imaging.Pdf.Wpf.UI.Annotations.WpfPdfAnnotationViewCollection

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also