Visual Basic (Declaration) | |
---|---|
<DefaultMemberAttribute("Item")> Public Class DependancyObjectCollection (Of TParent As DependancyExplorer, TItem As DependancyObject) Inherits System.Collections.ReadOnlyCollectionBase |
Visual Basic (Usage) | ![]() |
---|---|
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 |
- TParent
- TItem
System.Object
System.Collections.ReadOnlyCollectionBase
SourceCode.Dependancy.Client.DependancyObjectCollection<TParent,TItem>
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