Spread Windows Forms 8.0 Product Documentation
GetObjectData Method (DefaultRangeGroupModel)


A System.Runtime.Serialization.SerializationInfo that holds the serialized data associated with the RangeGroupModel
A System.Runtime.Serialization.StreamingContext that contains the source and destination of the serialized stream associated with the RangeGroupModel
Populates a serialization information object with the data needed to serialize the outline (range group).
Syntax
'Declaration
 
Public Sub GetObjectData( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
) 
'Usage
 
Dim instance As DefaultRangeGroupModel
Dim info As SerializationInfo
Dim context As StreamingContext
 
instance.GetObjectData(info, context)
public void GetObjectData( 
   SerializationInfo info,
   StreamingContext context
)

Parameters

info
A System.Runtime.Serialization.SerializationInfo that holds the serialized data associated with the RangeGroupModel
context
A System.Runtime.Serialization.StreamingContext that contains the source and destination of the serialized stream associated with the RangeGroupModel
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

DefaultRangeGroupModel Class
DefaultRangeGroupModel Members

 

 


Copyright © GrapeCity, inc. All rights reserved.