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!

XmlNameTable.Add (String)

Creates a new atom for the specified string.

[Visual Basic]
Overloads Function Add( _
   ByVal array As String _
) As String
[C#]
string Add(
   string array
);
[C++]
String* Add(
   String* array
) = 0;
[JScript]
function Add(
   array : String
) : String;

Parameters

array
The character array containing the name to add.

Return Value

Returns atomized string. Returns String.Empty if length is zero. Returns the existing atom if one already exists.

See Also

XmlNameTable Interface | XmlNameTable Members | System.NewXml Namespace | XmlNameTable.Add Overload List