TopLevelNameCollection.Contains(TopLevelName) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷指定的 TopLevelName 物件是否在這個集合中。
public:
bool Contains(System::DirectoryServices::ActiveDirectory::TopLevelName ^ name);
public bool Contains (System.DirectoryServices.ActiveDirectory.TopLevelName name);
member this.Contains : System.DirectoryServices.ActiveDirectory.TopLevelName -> bool
Public Function Contains (name As TopLevelName) As Boolean
參數
- name
- TopLevelName
要在此集合中搜尋的 TopLevelName 物件。
傳回
如果 TopLevelName 物件在此集合中,則為 true
,否則為 false
。
例外狀況
name
為 null
。