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.Prepend

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

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

Parameters

node
XmlAttribute node to insert as the first node.

Remarks

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

See Also

XmlAttributeCollection Class | XmlAttributeCollection Members | System.NewXml Namespace