CategoryIdCollection Class
Members See Also 
SourceCode.Categories.Client Namespace : CategoryIdCollection Class



Glossary Item Box

Object Model

CategoryIdCollection Class CategoryId Class

Syntax

Visual Basic (Declaration)  
Public Class CategoryIdCollection 
   Inherits System.Collections.ObjectModel.ReadOnlyCollection(Of CategoryId)
Visual Basic (Usage) Copy Code
Dim instance As CategoryIdCollection
C#  
public class CategoryIdCollection : System.Collections.ObjectModel.ReadOnlyCollection<CategoryId> 
C++/CLI  
public ref class CategoryIdCollection : public System.Collections.ObjectModel.ReadOnlyCollection<CategoryId> 

Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.ReadOnlyCollection<T>
      SourceCode.Categories.Client.CategoryIdCollection

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