Visual Basic (Declaration) | |
---|---|
Public Class ViewCollection(Of TView As View) Inherits SourceCode.Framework.PersistableObjectCollectionBase(Of PersistableContainerObject,TView) Implements SourceCode.Framework.IPersistableList |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ViewCollection(Of TView) |
C# | |
---|---|
public class ViewCollection<TView> : SourceCode.Framework.PersistableObjectCollectionBase<PersistableContainerObject,TView>, SourceCode.Framework.IPersistableList where TView: View |
C++/CLI | |
---|---|
generic<typename TView> public ref class ViewCollection : public SourceCode.Framework.PersistableObjectCollectionBase<PersistableContainerObject,TView>, SourceCode.Framework.IPersistableList where TView: View |
- TView
System.Object
System.Collections.CollectionBase
SourceCode.Framework.PersistableObjectCollectionBase<TParent,TItem>
SourceCode.Framework.Collections.ViewCollection<TView>
SourceCode.Workflow.Authoring.ViewCollection
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