This member overrides CollectionBase.OnRemove(Int32, Object).
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Protected Overrides Sub OnRemove ( _
index As Integer, _
value As Object _
)
'使用
Dim index As Integer
Dim value As Object
Me.OnRemove(index, value)
protected override void OnRemove(
int index,
Object value
)
protected:
virtual void OnRemove(
int index,
Object^ value
) override
protected override function OnRemove(
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.