WebPartDescriptionCollection.CopyTo(WebPartDescription[], Int32) Method
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.
Copies the collection to an array of WebPartDescription objects.
public:
void CopyTo(cli::array <System::Web::UI::WebControls::WebParts::WebPartDescription ^> ^ array, int index);
public void CopyTo (System.Web.UI.WebControls.WebParts.WebPartDescription[] array, int index);
member this.CopyTo : System.Web.UI.WebControls.WebParts.WebPartDescription[] * int -> unit
Public Sub CopyTo (array As WebPartDescription(), index As Integer)
- array
- WebPartDescription[]
An array of WebPartDescription objects to contain the copied collection.
- index
- 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 the WebPartDescription objects in the WebPartDescriptionCollection collection.
Produkt | Versions |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET er et åben kildekode projekt. Vælg et link for at give feedback: