TreeNodeStyleCollection.CopyTo(TreeNodeStyle[], Int32) 方法

定义

从目标数组的指定索引开始,将 TreeNodeStyleCollection 对象中的所有项复制到 TreeNodeStyle 对象的一维兼容数组。

public:
 void CopyTo(cli::array <System::Web::UI::WebControls::TreeNodeStyle ^> ^ styleArray, int index);
public void CopyTo (System.Web.UI.WebControls.TreeNodeStyle[] styleArray, int index);
override this.CopyTo : System.Web.UI.WebControls.TreeNodeStyle[] * int -> unit
Public Sub CopyTo (styleArray As TreeNodeStyle(), index As Integer)

参数

styleArray
TreeNodeStyle[]

TreeNodeStyle 对象的从零开始的数组,它接收从 TreeNodeStyleCollection 复制的项。

index
Int32

目标数组中开始接收复制内容的位置。

注解

使用该方法 CopyTo 将对象的内容 TreeNodeStyleCollection 复制到指定的从零开始的对象 TreeNodeStyle 数组中。 从目标数组的指定索引处开始复制项。 然后,可以使用数组访问集合中的项。

适用于

另请参阅