In This Article

IModuleDefinitionCollection Interface

Provides the base requirements for a collection of IModuleDefinition objects.

public interface IModuleDefinitionCollection : IObservableCollection<IModuleDefinition>, IList<IModuleDefinition>, ICollection<IModuleDefinition>, IEnumerable<IModuleDefinition>, IEnumerable

Properties

Item[String]

Gets the IModuleDefinition with the specified name.

[C#] In C#, this property is the indexer for the IModuleDefinitionCollection interface.

IModuleDefinition this[string name] { get; }
Parameter Type Description
name System.String

The name of the IModuleDefinition to return.

Property Value

IModuleDefinition:

The IModuleDefinition with the specified name.

Inherited Members

Extension Methods