Freigeben über


PropertyValueCollection.OnInsertComplete-Methode

Überschreibt die OnInsertComplete-Methode.

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

Syntax

'Declaration
Protected Overrides Sub OnInsertComplete ( _
    index As Integer, _
    value As Object _
)
'Usage
Dim index As Integer
Dim value As Object

Me.OnInsertComplete(index, value)
protected override void OnInsertComplete (
    int index,
    Object value
)
protected:
virtual void OnInsertComplete (
    int index, 
    Object^ value
) override
protected void OnInsertComplete (
    int index, 
    Object value
)
protected override function OnInsertComplete (
    index : int, 
    value : Object
)

Parameter

  • index
    Der nullbasierte Index, an dem value eingefügt werden soll.
  • value
    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