DataPagerFieldCollection.GetKnownTypes Method

Definition

Gets an array of DataPagerField types that the DataPagerFieldCollection collection can contain.

protected:
 override cli::array <Type ^> ^ GetKnownTypes();
protected override Type[] GetKnownTypes ();
override this.GetKnownTypes : unit -> Type[]
Protected Overrides Function GetKnownTypes () As Type()

Returns

Type[]

An array of type objects that identify the types of DataPagerField objects that the collection can contain.

Applies to

See also