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!

StringTable.CopyTo

Copies the strings in the StringTable into a one-dimensional array.

Overload List

Copies the StringTable values into a one-dimensional Array instance at the specified index.

[Visual Basic] Overloads Overridable Public Sub CopyTo(Array, Integer)
[C#] public virtual void CopyTo(Array, int);
[C++] public: virtual void CopyTo(Array*, int);
[JScript] public function CopyTo(Array, int);

Copies the strings in the StringTable into a one-dimensional array of String objects at the specified index.

[Visual Basic] Overloads Overridable Public Sub CopyTo(String(), Integer)
[C#] public virtual void CopyTo(String[], int);
[C++] public: virtual void CopyTo(String*[], int);
[JScript] public function CopyTo(String[], int);

See Also

StringTable Class | StringTable Members | System.Collections Namespace