DsmlRequestDocument.IndexOf(DirectoryRequest) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
IndexOf(DirectoryRequest) 方法會傳回指定之 DirectoryRequest 在 DsmlRequestDocument 集合中第一個出現之符合項目的以零起始索引。
public:
int IndexOf(System::DirectoryServices::Protocols::DirectoryRequest ^ value);
public int IndexOf (System.DirectoryServices.Protocols.DirectoryRequest value);
member this.IndexOf : System.DirectoryServices.Protocols.DirectoryRequest -> int
Public Function IndexOf (value As DirectoryRequest) As Integer
參數
- value
- DirectoryRequest
索引傳回的 DirectoryRequest 物件。
傳回
如果找到的話,則為指定之 DirectoryRequest 物件的索引值,否則為 -1。
例外狀況
value
為 null
參考 (在 Visual Basic 中為 Nothing
)。