BehaviorServiceAdornerCollection.Insert(Int32, Adorner) 方法

定义

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

value
Adorner

要插入的 Adorner

适用于

另请参阅