DataSourceCollection members

Include protected members
Include inherited members

Contains a collection of DataSource objects that represent the data sources used within a form.

The DataSourceCollection type exposes the following members.

Constructors

  Name Description
Protected method DataSourceCollection

Top

Properties

  Name Description
Public property Count Gets a count of the number of DataSource objects contained in the DataSourceCollection.
Public property Item[Int32] Gets a reference to the specified DataSource object from the DataSourceCollection by index value.
Public property Item[String] Gets a reference to the specified DataSource object from the DataSourceCollection by name.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Gets a IEnumerator object that iterates over all entries in the collection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

DataSourceCollection class

Microsoft.Office.InfoPath namespace