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です。

適用対象