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!

DocumentEditor.GetValues

[To be supplied.]

[Visual Basic]
Overridable Public Function GetValues( _
   ByVal values() As Object _
) As Integer
[C#]
public virtual int GetValues(
   object[] values
);
[C++]
public: virtual int GetValues(
   Object* values[]
);
[JScript]
public function GetValues(
   values : Object[]
) : int;

Parameters

values
[To be supplied.]

See Also

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