Share via


WsXmlNodes Members

The following tables list the members exposed by the WsXmlNodes type.

Public Constructors

Name Description
Public Method WsXmlNodes Creates an instance of a WsXmlNodes collection.

Public Properties

Name Description
Public Property Count Gets the number of XML nodes actually contained in the collection.
Public Property Current Gets the current element in the collection.
Public Property Item Gets or sets the XML node at the specified index.

Public Methods

Name Description
Public Method Add Adds an WsXmlNode to the end of the collection.
Public Method Clear Removes all WsXmlNodes from the collection.
Public Method Contains Overloaded. Determines whether a WsXmlNode is in the collection.
Public Method GetEnumerator Returns an enumerator used to iterate through the collection.
Public Method IndexOf Overloaded. Searches for an XML node and returns the zero-based index of the first occurrence within the collection.
Public Method Insert Inserts an WsXmlNode into the collection at the specified index.
Public Method MoveNext Advances the enumerator to the next element of the collection.
Public Method Remove Removes the first occurrence of a specific WsXmlNode from the collection.
Public Method RemoveAt Removes the WsXmlNode at the specified index in the collection.
Public Method Reset Sets the enumerator to its initial position, which is before the first element in the collection.

See Also

Reference

WsXmlNodes Class
Ws.Services.Xml Namespace