TParent
TItem
DependancyObjectCollection<TParent,TItem> Class
Members See Also 
SourceCode.Dependancy.Client Namespace : DependancyObjectCollection<TParent,TItem> Class



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<DefaultMemberAttribute("Item")>
Public Class DependancyObjectCollection
    (Of TParent As DependancyExplorer,
     TItem As DependancyObject) 
   Inherits System.Collections.ReadOnlyCollectionBase
Visual Basic (Usage) Copy Code
Dim instance As DependancyObjectCollection(Of TParent,TItem)
C#  
[DefaultMember("Item")]
public class DependancyObjectCollection<TParent,TItem> : System.Collections.ReadOnlyCollectionBase 
where TParent: DependancyExplorer
where TItem: DependancyObject
C++/CLI  
[DefaultMember("Item")]
generic<typename TParent>
generic<typename TItem>
public ref class DependancyObjectCollection : public System.Collections.ReadOnlyCollectionBase 
where TParent: DependancyExplorer
where TItem: DependancyObject

Type Parameters

TParent
TItem

Inheritance Hierarchy

System.Object
   System.Collections.ReadOnlyCollectionBase
      SourceCode.Dependancy.Client.DependancyObjectCollection<TParent,TItem>

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