public abstract class CustomProjectItemContainer<T> : ArcGIS.Desktop.Internal.Core.ProjectItemContainer<T>, IMetadata, ISearchableItem, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IReadOnlyCollection<T>, System.Collections.Generic.IReadOnlyList<T>, System.Collections.IEnumerable, System.ComponentModel.INotifyPropertyChanged, System.IDisposable where T: CustomProjectItemBase
Public MustInherit Class CustomProjectItemContainer(Of T As CustomProjectItemBase) Inherits ArcGIS.Desktop.Internal.Core.ProjectItemContainer(Of T) Implements IMetadata, ISearchableItem, System.Collections.Generic.IEnumerable(Of T), System.Collections.Generic.IReadOnlyCollection(Of T), System.Collections.Generic.IReadOnlyList(Of T), System.Collections.IEnumerable, System.ComponentModel.INotifyPropertyChanged, System.IDisposable