In This Article

IFieldDefinitionCollection Interface

Provides the base requirements for a collection of IFieldDefinition objects.

public interface IFieldDefinitionCollection : IObservableCollection<IFieldDefinition>, IList<IFieldDefinition>, ICollection<IFieldDefinition>, IEnumerable<IFieldDefinition>, IEnumerable

Properties

Item[String]

Gets the IFieldDefinition with the specified name.

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

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

The name of the IFieldDefinition to return.

Property Value

IFieldDefinition:

The IFieldDefinition with the specified name.

Inherited Members

Extension Methods