WsXmlNamespaces Members
The following tables list the members exposed by the WsXmlNamespaces type.
Public Constructors
Name | Description | |
---|---|---|
WsXmlNamespaces | Creates an instance of a WsXmlNamespaces collection. |
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of WsXmlNamespace objects in the collection. | |
Current | Gets the current element in the collection. | |
Item | Gets or sets the WsXmlNamespace object at the specified index. |
Public Methods
Name | Description | |
---|---|---|
Add | Overloaded. Creates a new WsXmlNamespace object and adds it to the end of the collection. | |
Contains | Overloaded. Determines whether a WsXmlNamespace object is in the collection. | |
GetEnumerator | Returns an enumerator used to iterate through the collection. | |
GetNamespace | Searches for a WsXmlNamespace object by prefix and returns the namespace URI of the namespace within the collection. | |
IndexOf | Overloaded. Searches for a WsXmlNamespace object and returns the zero-based index of the first occurrence within the collection. | |
MoveNext | Advances the enumerator to the next element of the collection. | |
RemoveAt | Removes the WsXmlNamespace object at the specified index in the collection. | |
Reset | Sets the enumerator to its initial position, which is before the first element in the collection. |