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

Creates a new atom for the specified string.

Overload List

Creates a new atom for the characters at the specified range of chararacters in the specified string.

[Visual Basic] Overloads Function Add(Char(), Integer, Integer) As String
[C#] string Add(char[], int, int);
[C++] String* Add(__wchar_t*[], int, int) = 0;
[JScript] function Add(Char[], int, int) : String;

Creates a new atom for the specified string.

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

See Also

XmlNameTable Interface | XmlNameTable Members | System.NewXml Namespace