IdentityReferenceCollection.Remove(IdentityReference) メソッド

定義

指定した IdentityReference オブジェクトをコレクションから削除します。

public:
 virtual bool Remove(System::Security::Principal::IdentityReference ^ identity);
public bool Remove (System.Security.Principal.IdentityReference identity);
abstract member Remove : System.Security.Principal.IdentityReference -> bool
override this.Remove : System.Security.Principal.IdentityReference -> bool
Public Function Remove (identity As IdentityReference) As Boolean

パラメーター

identity
IdentityReference

削除する IdentityReference オブジェクト。

戻り値

指定したオブジェクトがコレクションから削除された場合は true

実装

例外

identitynullです。

適用対象