This class holds a collection of classes that implement the
IStorageCommandBuilder interface. For
more information about the
IStorageCommandBuilder
classes look at the documentation of the interface.
Object Model
Syntax
| Visual Basic (Declaration) | |
|---|
Public NotInheritable Class StorageCommandBuilderCollection
Inherits Collection(Of IStorageCommandBuilder) |
| Managed Extensions for C++ | |
|---|
public __gc __sealed class StorageCommandBuilderCollection : public Collection<IStorageCommandBuilder> |
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<IStorageCommandBuilder>
Chili.Opf3.Storages.StorageCommandBuilderCollection
Requirements
Namespace: Chili.Opf3.Storages
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Chili.Opf3 (in Chili.Opf3.dll)
See Also