NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlAttributeCollection.Append

Inserts the specified node as the last node in the collection.

[Visual Basic]
Overridable Public Function Append( _
   ByVal node As XmlAttribute _
) As XmlAttribute
[C#]
public virtual XmlAttribute Append(
   XmlAttribute node
);
[C++]
public: virtual XmlAttribute* Append(
   XmlAttribute* node
);
[JScript]
public function Append(
   node : XmlAttribute
) : XmlAttribute;

Parameters

node
XmlAttribute node to insert as the last node.

Remarks

If the node was already in the collection, it will be moved to the last position.

See Also

XmlAttributeCollection Class | XmlAttributeCollection Members | System.NewXml Namespace