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