Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This member overrides CollectionBase.OnSet(Int32, Object, Object).
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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: Int32
- oldValue
Type: Object
- newValue
Type: 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.