OnSave Method
See Also 
SourceCode.Workflow.Design.SmartObjectServices Namespace > SmartObjectCreationExcluded Class : OnSave Method



content
The SourceCode.Framework.ISerializationInfo to populate with data.

Glossary Item Box

Populates a SourceCode.Framework.ISerializationInfo with the data needed to serialize the target object.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub OnSave( _
   ByVal content As ISerializationInfo _
) 
Visual Basic (Usage)Copy Code
Dim instance As SmartObjectCreationExcluded
Dim content As ISerializationInfo
 
instance.OnSave(content)
C# 
protected override void OnSave( 
   ISerializationInfo content
)
C++/CLI 
protected:
void OnSave( 
   ISerializationInfo^ content
) override 

Parameters

content
The SourceCode.Framework.ISerializationInfo to populate with data.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also