This documentation is archived and is not being maintained.
XmlQueryItemSequence Class
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
A sequence of XML items that dynamically expands and allows random access to items.
System::Object
System.Xml.Xsl.Runtime::XmlQuerySequence<XPathItem>
System.Xml.Xsl.Runtime::XmlQueryItemSequence
System.Xml.Xsl.Runtime::XmlQuerySequence<XPathItem>
System.Xml.Xsl.Runtime::XmlQueryItemSequence
Assembly: System.Data.SqlXml (in System.Data.SqlXml.dll)
The XmlQueryItemSequence type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | XmlQueryItemSequence() | Infrastructure. Initializes a new instance of the XmlQueryItemSequence class. |
![]() | XmlQueryItemSequence(Int32) | Infrastructure. Initializes a new instance of the XmlQueryItemSequence class. |
![]() | XmlQueryItemSequence(XPathItem) | Infrastructure. Initializes a new instance of the XmlQueryItemSequence class. |
| Name | Description | |
|---|---|---|
![]() | Count | Infrastructure. Returns the number of items in the sequence. (Inherited from XmlQuerySequence<T>.) |
![]() | Item | Infrastructure. Returns the item at the specified index. (Inherited from XmlQuerySequence<T>.) |
| Name | Description | |
|---|---|---|
![]() | Add | Infrastructure. Throws the NotSupportedException exception. (Inherited from XmlQuerySequence<T>.) |
![]() | AddClone | Infrastructure. Adds an item to the sequence. If the item is a navigator, this method clones it before adding it to the sequence. |
![]() | Clear | Infrastructure. Throws the NotSupportedException exception. (Inherited from XmlQuerySequence<T>.) |
![]() | Contains | Infrastructure. Returns true if the specified value is in the sequence. (Inherited from XmlQuerySequence<T>.) |
![]() | CopyTo | Infrastructure. Copies the contents of this sequence to the specified array, starting at the specified index in the array. (Inherited from XmlQuerySequence<T>.) |
![]() ![]() | CreateOrReuse(XmlQueryItemSequence) | Infrastructure. Clears and reuses an XmlQueryItemSequence object if it is available. If the seq parameter is null, creates a new XmlQueryItemSequence. |
![]() ![]() | CreateOrReuse(XmlQueryItemSequence, XPathItem) | Infrastructure. Clears and reuses an XmlQueryItemSequence object if it is available. If the seq parameter is null, creates a new XmlQueryItemSequence. This method then adds a new item to reused or new sequence. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator | Infrastructure. Returns IEnumerator<T>. (Inherited from XmlQuerySequence<T>.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf | Infrastructure. Returns the index of the specified value in the sequence. (Inherited from XmlQuerySequence<T>.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnItemsChanged | Infrastructure. Called when one or more items in the cache have been added or removed. This method can also be called from the SortByKeys method. (Inherited from XmlQuerySequence<T>.) |
![]() | SortByKeys | Infrastructure. Sort the items in the cache using the keys contained in the specified array. (Inherited from XmlQuerySequence<T>.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection<T>::Add | Throws the NotSupportedException exception. (Inherited from XmlQuerySequence<T>.) |
![]() ![]() | ICollection<T>::Clear | Throws the NotSupportedException exception. (Inherited from XmlQuerySequence<T>.) |
![]() ![]() | ICollection::CopyTo | Copies the contents of this sequence to the specified array, starting at the specified index in the target array. (Inherited from XmlQuerySequence<T>.) |
![]() ![]() | ICollection<T>::IsReadOnly | If the XmlQuerySequence<T> is read-only, this property returns true. (Inherited from XmlQuerySequence<T>.) |
![]() ![]() | ICollection::IsSynchronized | Returns false. The XmlQuerySequence<T> is not thread-safe. (Inherited from XmlQuerySequence<T>.) |
![]() ![]() | ICollection<T>::Remove | Removes the specified item from the collection (Inherited from XmlQuerySequence<T>.) |
![]() ![]() | ICollection::SyncRoot | Returns this instance of the XmlQuerySequence<T> class. This instance can be used to synchronize access. (Inherited from XmlQuerySequence<T>.) |
![]() ![]() | IEnumerable::GetEnumerator | Returns the IEnumerator. (Inherited from XmlQuerySequence<T>.) |
![]() ![]() | IList::Add | Throws the NotSupportedException exception. (Inherited from XmlQuerySequence<T>.) |
![]() ![]() | IList::Clear | Throws the NotSupportedException exception. (Inherited from XmlQuerySequence<T>.) |
![]() ![]() | IList::Contains | Returns true if the specified value is in the sequence. (Inherited from XmlQuerySequence<T>.) |
![]() ![]() | IList::IndexOf | Returns the index of the specified value in the sequence. (Inherited from XmlQuerySequence<T>.) |
![]() ![]() | IList<T>::Insert | Throws the NotSupportedException exception. (Inherited from XmlQuerySequence<T>.) |
![]() ![]() | IList::Insert | Throws the NotSupportedException exception. (Inherited from XmlQuerySequence<T>.) |
![]() ![]() | IList::IsFixedSize | Returns true. The items cannot be added, removed, or modified. (Inherited from XmlQuerySequence<T>.) |
![]() ![]() | IList::IsReadOnly | If the XmlQuerySequence<T> is read-only, this property returns true. (Inherited from XmlQuerySequence<T>.) |
![]() ![]() | IList::Item | Returns the item at the specified index. (Inherited from XmlQuerySequence<T>.) |
![]() ![]() | IList::Remove | Not implemented. Throws the NotSupportedException exception. (Inherited from XmlQuerySequence<T>.) |
![]() ![]() | IList<T>::RemoveAt | Throws the NotSupportedException exception. (Inherited from XmlQuerySequence<T>.) |
![]() ![]() | IList::RemoveAt | Throws the NotSupportedException exception. (Inherited from XmlQuerySequence<T>.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:

