Freigeben über


PropertyValueCollection.OnSetComplete-Methode

Überschreibt die CollectionBase.OnSetComplete-Methode.

Namespace: System.DirectoryServices
Assembly: System.DirectoryServices (in system.directoryservices.dll)

Syntax

'Declaration
Protected Overrides Sub OnSetComplete ( _
    index As Integer, _
    oldValue As Object, _
    newValue As Object _
)
'Usage
Dim index As Integer
Dim oldValue As Object
Dim newValue As Object

Me.OnSetComplete(index, oldValue, newValue)
protected override void OnSetComplete (
    int index,
    Object oldValue,
    Object newValue
)
protected:
virtual void OnSetComplete (
    int index, 
    Object^ oldValue, 
    Object^ newValue
) override
protected void OnSetComplete (
    int index, 
    Object oldValue, 
    Object newValue
)
protected override function OnSetComplete (
    index : int, 
    oldValue : Object, 
    newValue : Object
)

Parameter

  • index
    Der nullbasierte Index, an dem sich oldValue befindet.
  • oldValue
    Der Wert, der durch newValue ersetzt werden soll.
  • newValue
    Der neue Wert des Elements an index.

.NET Framework-Sicherheit

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

PropertyValueCollection-Klasse
PropertyValueCollection-Member
System.DirectoryServices-Namespace