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!

NameTable.Get

[To be supplied.]

Overload List

Find the matching string in the NameTable.

[Visual Basic] Overloads Overridable Public Function Get(String) As String
[C#] public virtual string Get(String);
[C++] public: virtual String* Get(String*);
[JScript] public function Get(String) : String;

Find the matching string atom given a range of characters.

[Visual Basic] Overloads Overridable Public Function Get(Char(), Integer, Integer) As String
[C#] public virtual string Get(char[], int, int);
[C++] public: virtual String* Get(__wchar_t*[], int, int);
[JScript] public function Get(Char[], int, int) : String;

See Also

NameTable Class | NameTable Members | System.Data.XML Namespace