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!

AxHost.State.Save

[To be supplied.]

[Visual Basic]
Overridable Public Sub Save( _
   ByVal ids As Stream _
)
[C#]
public virtual void Save(
   Stream ids
);
[C++]
public: virtual void Save(
   Stream* ids
);
[JScript]
public function Save(
   ids : Stream
);

Parameters

ids
[To be supplied.]

See Also

AxHost.State Class | AxHost.State Members | System.WinForms Namespace