TemplateCollection Class
Members See Also 
SourceCode.Configuration Namespace : TemplateCollection Class



Glossary Item Box

Object Model

TemplateCollection Class RegisteredTemplate Class

Syntax

Visual Basic (Declaration)  
<DefaultMemberAttribute("Item")>
Public Class TemplateCollection 
   Inherits System.Collections.Specialized.NameObjectCollectionBase
Visual Basic (Usage) Copy Code
Dim instance As TemplateCollection
C#  
[DefaultMember("Item")]
public class TemplateCollection : System.Collections.Specialized.NameObjectCollectionBase 
C++/CLI  
[DefaultMember("Item")]
public ref class TemplateCollection : public System.Collections.Specialized.NameObjectCollectionBase 

Inheritance Hierarchy

System.Object
   System.Collections.Specialized.NameObjectCollectionBase
      SourceCode.Configuration.TemplateCollection

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