XmlSchemas.OnInsert(Int32, Object) 方法

定義

在將新的元素插入至 XmlSchemas 執行個體前,執行額外的自訂處理序。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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 處之以零起始的索引。

value
Object

index 處的新項目值。

適用於