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



Glossary Item Box

Object Model

PropertyTemplateCollection Class RegisteredPropertyTemplate Class

Syntax

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

Inheritance Hierarchy

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

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