AccessControlList.Add メソッドとは何? わかりやすく解説 Weblio辞書 (original) (raw)

アクセス制御リストアクセス制御エントリ追加します

名前空間: System.Messaging
アセンブリ: System.Messaging (system.messaging.dll 内)
構文構文

Visual Basic (宣言)

Public Function Add ( _ entry As AccessControlEntry _ ) As Integer

Visual Basic (使用法)

Dim instance As AccessControlList Dim entry As AccessControlEntry Dim returnValue As Integer

returnValue = instance.Add(entry)

C#

public int Add ( AccessControlEntry entry )

C++

public: int Add ( AccessControlEntry^ entry )

J#

public int Add ( AccessControlEntry entry )

JScript

public function Add ( entry : AccessControlEntry ) : int

パラメータ

entry

アクセス制御リスト末尾追加する AccessControlEntry。

戻り値
新しアクセス制御エントリ挿入され位置

例外例外

例外種類 条件
ArgumentNullException entry パラメータnull 参照 (Visual Basic では Nothing) です。

.NET Framework のセキュリティ.NET Frameworkセキュリティ

プラットフォームプラットフォーム

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

開発プラットフォーム中には.NET Framework によってサポートされていないバージョンありますサポートされているバージョンについては、「システム要件」を参照してください

バージョン情報バージョン情報

.NET Framework
サポート対象 : 2.01.11.0

参照参照

関連項目
AccessControlList クラス
AccessControlList メンバ
System.Messaging 名前空間
Insert
Remove