次の方法で共有


PropertyValueCollection.OnSetComplete メソッド

このメンバは CollectionBase.OnSetComplete をオーバーライドします。

Overrides Protected Sub OnSetComplete( _
   ByVal index As Integer, _   ByVal oldValue As Object, _   ByVal newValue As Object _)
[C#]
protected override void OnSetComplete(intindex,objectoldValue,objectnewValue);
[C++]
protected: void OnSetComplete(intindex,Object* oldValue,Object* newValue);
[JScript]
protected override function OnSetComplete(
   index : int,oldValue : Object,newValue : Object);

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

PropertyValueCollection クラス | PropertyValueCollection メンバ | System.DirectoryServices 名前空間