Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides CollectionBase.OnSet(Int32, Object, Object).
Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntax
'Declaration
Protected Overrides Sub OnSet ( _
    index As Integer, _
    oldValue As Object, _
    newValue As Object _
)
protected override void OnSet(
    int index,
    Object oldValue,
    Object newValue
)
protected:
virtual void OnSet(
    int index, 
    Object^ oldValue, 
    Object^ newValue
) override
abstract OnSet : 
        index:int * 
        oldValue:Object * 
        newValue:Object -> unit  
override OnSet : 
        index:int * 
        oldValue:Object * 
        newValue:Object -> unit
protected override function OnSet(
    index : int, 
    oldValue : Object, 
    newValue : Object
)
Parameters
- index
 Type: System.Int32
- oldValue
 Type: System.Object
- newValue
 Type: System.Object
.NET Framework Security
- 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.