ClosureElementOperation Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the ClosureElementOperation class.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected ClosureElementOperation(
    SerializationInfo info,
    StreamingContext context
)
protected:
ClosureElementOperation(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> ClosureElementOperation
protected function ClosureElementOperation(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

  • info
    Type: SerializationInfo

    The data that is required to serialize or deserialize an element.

  • context
    Type: StreamingContext

    The context for the element.

.NET Framework Security

See Also

Reference

ClosureElementOperation Class

ClosureElementOperation Overload

Microsoft.VisualStudio.Modeling Namespace