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 Constructor (DocumentEditor)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal that As DocumentEditor _
)
[C#]
public DocumentEditor(
   DocumentEditor that
);
[C++]
public: DocumentEditor(
   DocumentEditor* that
);
[JScript]
public function DocumentEditor(
   that : DocumentEditor
);

Parameters

that
[To be supplied.]

See Also

DocumentEditor Class | DocumentEditor Members | System.Data.XML Namespace | DocumentEditor Constructor Overload List