State Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the State class using the provided serialization information.

Namespace: Microsoft.Practices.CompositeUI
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New State(info, context)
protected State (
    SerializationInfo info,
    StreamingContext context
)
protected:
State (
    SerializationInfo^ info, 
    StreamingContext context
)
protected State (
    SerializationInfo info, 
    StreamingContext context
)
protected function State (
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

See Also

Reference

State Class
State Members
Microsoft.Practices.CompositeUI Namespace