DirectoryControlCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The DirectoryControlCollection class manages a collection of DirectoryControl objects.
public ref class DirectoryControlCollection : System::Collections::CollectionBase
public class DirectoryControlCollection : System.Collections.CollectionBase
type DirectoryControlCollection = class
inherit CollectionBase
Public Class DirectoryControlCollection
Inherits CollectionBase
- Inheritance
Constructors
| Name | Description |
|---|---|
| DirectoryControlCollection() |
The DirectoryControlCollection() constructor creates an instance of the DirectoryControlCollection class. |
Properties
| Name | Description |
|---|---|
| Item[Int32] |
The Item[Int32] property contains the DirectoryControl object at the specified index. |