XmlQuerySequence<T>.IList.Add(Object) 方法

定義

在所有情況下都會擲回 NotSupportedException 例外狀況。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

 virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object value);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (value As Object) As Integer Implements IList.Add

參數

value
Object

序列值。

傳回

Int32

已加入項目的索引。

實作

適用於