EmptyControlCollection.AddAt(Int32, Control) 方法

定义

拒绝将指定的 Control 对象添加到集合中的指定索引位置。

public:
 override void AddAt(int index, System::Web::UI::Control ^ child);
public override void AddAt (int index, System.Web.UI.Control child);
override this.AddAt : int * System.Web.UI.Control -> unit
Public Overrides Sub AddAt (index As Integer, child As Control)

参数

index
Int32

Control 添加到的索引位置。 总是忽略此参数。

child
Control

要添加的 Control。 总是忽略此参数。

例外

总是发出,原因是该控件不允许子控件。

适用于