Spread for ASP.NET 9.0 Product Documentation
StyleInfo Constructor(SerializationInfo,StreamingContext)


Serialization information object
Contexual information about the source or destination of the serialization
Creates a set of cell-level style settings (StyleInfo object) from serialization (SerializationInfo object).
Syntax
'Declaration
 
Protected Function New( _
   ByVal info As SerializationInfo, _
   ByVal c As StreamingContext _
)
'Usage
 
Dim info As SerializationInfo
Dim c As StreamingContext
 
Dim instance As New StyleInfo(info, c)
protected StyleInfo( 
   SerializationInfo info,
   StreamingContext c
)

Parameters

info
Serialization information object
c
Contexual information about the source or destination of the serialization
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

StyleInfo Class
StyleInfo Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.