WebPartDisplayModeCollection.CopyTo(WebPartDisplayMode[], Int32) 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.
Copies the collection to an array of WebPartDisplayMode objects.
public:
void CopyTo(cli::array <System::Web::UI::WebControls::WebParts::WebPartDisplayMode ^> ^ array, int index);
public void CopyTo (System.Web.UI.WebControls.WebParts.WebPartDisplayMode[] array, int index);
member this.CopyTo : System.Web.UI.WebControls.WebParts.WebPartDisplayMode[] * int -> unit
Public Sub CopyTo (array As WebPartDisplayMode(), index As Integer)
Parameters
- array
- WebPartDisplayMode[]
An array of WebPartDisplayMode objects to contain the copied collection.
- index
- Int32
An integer that indicates the starting point in the array at which to place the collection contents.
Remarks
The CopyTo method is useful when you want to create a custom array to programmatically manipulate a set of WebPartDisplayMode objects.
Applies to
See also
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.