This member overrides CollectionBase.OnInsert(Int32, Object).
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Protected Overrides Sub OnInsert ( _
index As Integer, _
value As Object _
)
'使用
Dim index As Integer
Dim value As Object
Me.OnInsert(index, value)
protected override void OnInsert(
int index,
Object value
)
protected:
virtual void OnInsert(
int index,
Object^ value
) override
protected override function OnInsert(
index : int,
value : Object
)
Parameters
- index
Type: System.Int32
- value
Type: System.Object
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SelectionStateCollection Class