IdentityReferenceCollection.Contains(IdentityReference) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した IdentityReference オブジェクトが IdentityReferenceCollection コレクションに格納されているかどうかを示します。
public:
virtual bool Contains(System::Security::Principal::IdentityReference ^ identity);
public bool Contains (System.Security.Principal.IdentityReference identity);
abstract member Contains : System.Security.Principal.IdentityReference -> bool
override this.Contains : System.Security.Principal.IdentityReference -> bool
Public Function Contains (identity As IdentityReference) As Boolean
パラメーター
- identity
- IdentityReference
確認する対象の IdentityReference オブジェクト。
戻り値
指定したオブジェクトがコレクションに格納されている場合は true
。
実装
例外
identity
は null
です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET