BehaviorServiceAdornerCollection.Insert(Int32, Adorner) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在 Adorner 中的指定索引处插入一个 BehaviorServiceAdornerCollection。
public:
void Insert(int index, System::Windows::Forms::Design::Behavior::Adorner ^ value);
public void Insert (int index, System.Windows.Forms.Design.Behavior.Adorner value);
member this.Insert : int * System.Windows.Forms.Design.Behavior.Adorner -> unit
Public Sub Insert (index As Integer, value As Adorner)
参数
- index
- Int32
从零开始的索引,应在该位置插入 value
。