Spread for ASP.NET 10 Product Documentation
NamedStyle Constructor(SerializationInfo,StreamingContext)


SerializationInfo
StreamingContext
Creates a custom style (NamedStyle object) for sharing settings across models.
Syntax
'Declaration
 
Protected Function New( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)
'Usage
 
Dim info As SerializationInfo
Dim context As StreamingContext
 
Dim instance As New NamedStyle(info, context)
protected NamedStyle( 
   SerializationInfo info,
   StreamingContext context
)

Parameters

info
SerializationInfo
context
StreamingContext
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

NamedStyle Class
NamedStyle Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.