Share via


ClosureElementOperation Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the ClosureElementOperation class.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.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

.NET Framework Security

See Also

Reference

ClosureElementOperation Class

ClosureElementOperation Overload

Microsoft.VisualStudio.Modeling Namespace