VintaSoft Imaging .NET SDK 15.1: Документация для .NET разработчика
Vintasoft.Imaging.Wpf.Utils Namespace / UIElementMasterCollection<T> Class
Члены типа Объект Синтаксис Иерархия Требования Смотрите также
В этом разделе
Класс UIElementMasterCollection<T>
В этом разделе
Представляет "главную" коллекцию элементов System.Windows.UIElement, которая может иметь неограниченное количество "подчиненных" коллекций.
Объектная модель
UIElementMasterCollection<T>
Синтаксис
'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 T: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

Type Parameters

T
Type of collection element, must be derived from T:System.Windows.UIElement.
Иерархия наследования

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

Требования

Целевые платформы: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

Смотрите также