DataPagerFieldCollection.GetKnownTypes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
An array of type objects that identify the types of DataPagerField objects that the collection can contain.