次の方法で共有


AccessControlList.IndexOf メソッド

アクセス制御リスト内のアクセス制御エントリの特定のインデックスを確認します。

Public Function IndexOf( _
   ByVal entry As AccessControlEntry _) As Integer
[C#]
public int IndexOf(AccessControlEntryentry);
[C++]
public: int IndexOf(AccessControlEntry* entry);
[JScript]
public function IndexOf(
   entry : AccessControlEntry) : int;

パラメータ

戻り値

エントリのインデックスがリスト内に見つかった場合はそのインデックス。それ以外の場合は -1。

必要条件

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

.NET Framework セキュリティ:

参照

AccessControlList クラス | AccessControlList メンバ | System.Messaging 名前空間 | Contains