This documentation is archived and is not being maintained.
TransformerTypeCollection::CopyTo Method
Visual Studio 2010
Copies the collection to an array of WebPartTransformer objects.
Assembly: System.Web (in System.Web.dll)
Parameters
- array
- Type: array<System::Type>
An array of WebPartTransformer objects to contain the copied collection.
- index
- Type: System::Int32
The starting point in the array at which to place the collection contents.
The CopyTo method is useful when you want to assemble a custom array that can contain all the WebPartTransformer objects in the TransformerTypeCollection collection, a subset of those objects, or a superset of those objects.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: