CommandIdCollection.OnRemove Method

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

Permissions

See Also

Reference

CommandIdCollection Class

CommandIdCollection Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace