Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DynamicStyleInfo Class / GetObjectData Method
The information.
The context.


In This Topic
    GetObjectData Method (DynamicStyleInfo)
    In This Topic
    Gets the object data.
    Syntax
    'Declaration
     
    
    Public Shadows Sub GetObjectData( _
       ByVal info As SerializationInfo, _
       ByVal context As StreamingContext _
    ) 
    'Usage
     
    
    Dim instance As DynamicStyleInfo
    Dim info As SerializationInfo
    Dim context As StreamingContext
     
    instance.GetObjectData(info, context)
    public new void GetObjectData( 
       SerializationInfo info,
       StreamingContext context
    )

    Parameters

    info
    The information.
    context
    The context.
    See Also