EmbeddedMailObjectsCollection.Insert(Int32, EmbeddedMailObject) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在 EmbeddedMailObject 对象中的指定索引处插入一个 EmbeddedMailObjectsCollection。
public:
void Insert(int index, System::Web::UI::WebControls::EmbeddedMailObject ^ value);
public void Insert (int index, System.Web.UI.WebControls.EmbeddedMailObject value);
member this.Insert : int * System.Web.UI.WebControls.EmbeddedMailObject -> unit
Public Sub Insert (index As Integer, value As EmbeddedMailObject)
参数
- index
- Int32
一个整数值,指明在集合中插入 EmbeddedMailObject 的索引位置。
- value
- EmbeddedMailObject
一个要插入到 EmbeddedMailObject 中的 EmbeddedMailObjectsCollection 对象。
例外
指定的 index
超出了集合的范围。
指定的 value
为 null
。
注解
如果 index
为 0, value
则添加到 的 EmbeddedMailObjectsCollection开头。 如果 index
等于 中的value
项EmbeddedMailObjectsCollection数,则追加到 末尾。