DirectoryServicesPermissionEntryCollection.OnInsert(Int32, Object) メソッド

定義

OnInsert(Int32, Object) メソッドをオーバーライドします。

protected:
 override void OnInsert(int index, System::Object ^ value);
protected override void OnInsert(int index, object? value);
protected override void OnInsert(int index, object value);
override this.OnInsert : int * obj -> unit
Protected Overrides Sub OnInsert (index As Integer, value As Object)

パラメーター

index
Int32

valueを挿入する位置を示す 0 から始まるインデックス。

value
Object

indexの要素の新しい値。

適用対象

こちらもご覧ください