DsmlRequestDocument.IList.Add(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 DirectoryRequest 物件加入至集合。
virtual int System.Collections.IList.Add(System::Object ^ request) = System::Collections::IList::Add;
int IList.Add (object request);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (request As Object) As Integer Implements IList.Add
參數
- request
- Object
要新增到集合的 DirectoryRequest 物件。
傳回
DsmlRequestDocument 集合的索引,DirectoryRequest 物件已在該處加入。
實作
例外狀況
request
為 null 參考 (在 Visual Basic 中為 Nothing
)。
request
不是 DirectoryRequest 物件。