DirectoryAttributeModificationCollection.IndexOf メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IndexOf(DirectoryAttributeModification) メソッドは、DirectoryAttributeModificationCollection 内にある、指定した DirectoryAttributeModification オブジェクトのうち、最初に出現する値の、0 から始まるインデックス番号を返します。
public:
int IndexOf(System::DirectoryServices::Protocols::DirectoryAttributeModification ^ value);
public int IndexOf (System.DirectoryServices.Protocols.DirectoryAttributeModification value);
member this.IndexOf : System.DirectoryServices.Protocols.DirectoryAttributeModification -> int
Public Function IndexOf (value As DirectoryAttributeModification) As Integer
パラメーター
インデックスを返す対象となる DirectoryAttributeModificationCollection オブジェクト。
戻り値
指定した DirectoryAttributeModification オブジェクトが見つかった場合は、そのインデックス値。それ以外の場合は -1。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET