TypeDescriptionEnumerator Class

Enumerates TypeDescription objects. The class is obtained by calling the TypeDescriptionCollection object.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim instance As TypeDescriptionEnumerator

Syntax

'Declaration
Public MustInherit Class TypeDescriptionEnumerator
    Implements IEnumerator
public abstract class TypeDescriptionEnumerator : IEnumerator
public ref class TypeDescriptionEnumerator abstract : IEnumerator
public abstract class TypeDescriptionEnumerator implements IEnumerator
public abstract class TypeDescriptionEnumerator implements IEnumerator

Inheritance Hierarchy

System.Object
  Microsoft.MetadirectoryServices.TypeDescriptionEnumerator

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

TypeDescriptionEnumerator Members
Microsoft.MetadirectoryServices Namespace
TypeDescription Class
Microsoft.MetadirectoryServices