ConfiguredObjectCollection Class
Members See Also 
SourceCode.Workflow.WizardFramework Namespace : ConfiguredObjectCollection Class



Glossary Item Box

Object Model

ConfiguredObjectCollection Class IWizardConfigurable Interface

Syntax

Visual Basic (Declaration)  
Public NotInheritable Class ConfiguredObjectCollection 
   Inherits SourceCode.Framework.CollectionBase(Of Wizard,IWizardConfigurable)
   Implements SourceCode.Framework.IPersistableList 
Visual Basic (Usage) Copy Code
Dim instance As ConfiguredObjectCollection
C++/CLI  
public ref class ConfiguredObjectCollection sealed : public SourceCode.Framework.CollectionBase<Wizard,IWizardConfigurable>, SourceCode.Framework.IPersistableList  

Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      SourceCode.Framework.CollectionBase<TParent,TItem>
         SourceCode.Workflow.WizardFramework.ConfiguredObjectCollection

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