次の方法で共有


SchemaNameCollection.RemoveAt メソッド

指定したインデックス位置にあるスキーマ名をこのコレクションから削除します。

Public Overridable Sub RemoveAt( _
   ByVal index As Integer _) Implements IList.RemoveAt
[C#]
public virtual void RemoveAt(intindex);
[C++]
public: virtual void RemoveAt(intindex);
[JScript]
public function RemoveAt(
   index : int);

パラメータ

  • index
    削除するスキーマ名の 0 から始まるインデックス番号。

実装

IList.RemoveAt

例外

例外の種類 条件
IndexOutOfRangeException 0 から始まるインデックス番号が、0 未満またはコレクションのサイズと同じです。

必要条件

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

.NET Framework セキュリティ:

参照

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