Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / FilterBarCellType Class / GetObjectData Method
The SerializationInfo to populate with data.
The destination (see StreamingContext) for this serialization.


In This Topic
    GetObjectData Method (FilterBarCellType)
    In This Topic
    Populates a SerializationInfo object with the data needed to serialize the target object.
    Syntax
    'Declaration
     
    
    Public Sub GetObjectData( _
       ByVal info As SerializationInfo, _
       ByVal context As StreamingContext _
    ) 
    'Usage
     
    
    Dim instance As FilterBarCellType
    Dim info As SerializationInfo
    Dim context As StreamingContext
     
    instance.GetObjectData(info, context)
    public void GetObjectData( 
       SerializationInfo info,
       StreamingContext context
    )

    Parameters

    info
    The SerializationInfo to populate with data.
    context
    The destination (see StreamingContext) for this serialization.
    Exceptions
    ExceptionDescription
    Occurs when the caller does not have the required permission.
    See Also