DirectoryAttributeModificationCollection.Insert メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Insert(Int32, DirectoryAttributeModification) メソッドは、DirectoryAttributeModification オブジェクトを DirectoryAttributeModificationCollection コレクションの指定したインデックス位置に挿入します。
public:
void Insert(int index, System::DirectoryServices::Protocols::DirectoryAttributeModification ^ value);
public void Insert (int index, System.DirectoryServices.Protocols.DirectoryAttributeModification value);
member this.Insert : int * System.DirectoryServices.Protocols.DirectoryAttributeModification -> unit
Public Sub Insert (index As Integer, value As DirectoryAttributeModification)
パラメーター
- index
- Int32
DirectoryAttributeModification オブジェクトの挿入位置となる、コレクション内の 0 から始まるインデックス。
挿入する DirectoryAttributeModification オブジェクト。
例外
value
が null 参照 (Visual Basic の場合は Nothing
) です。
index
が 0 未満です。または、index
が DirectoryAttributeModificationCollection オブジェクトの要素の数を超えています。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET