Spread Windows Forms 9.0 Product Documentation
GetObjectData Method (BaseSparkline)


The System.Runtime.Serialization.SerializationInfo to populate with data.
The destination (see System.Runtime.Serialization.StreamingContext) for this serialization.
Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.
Syntax
'Declaration
 
Public Overridable Sub GetObjectData( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
) 
'Usage
 
Dim instance As BaseSparkline
Dim info As SerializationInfo
Dim context As StreamingContext
 
instance.GetObjectData(info, context)
public virtual void GetObjectData( 
   SerializationInfo info,
   StreamingContext context
)

Parameters

info
The System.Runtime.Serialization.SerializationInfo to populate with data.
context
The destination (see System.Runtime.Serialization.StreamingContext) for this serialization.
Exceptions
ExceptionDescription
System.Security.SecurityExceptionThe caller does not have the required permission.
Requirements

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

See Also

Reference

BaseSparkline Class
BaseSparkline Members

 

 


Copyright © GrapeCity, inc. All rights reserved.