ClosureElementOperation Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the ClosureElementOperation class.

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

Syntax

'宣言
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'使用
Dim info As SerializationInfo
Dim context As StreamingContext

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

Parameters

Permissions

See Also

Reference

ClosureElementOperation Class

ClosureElementOperation Members

ClosureElementOperation Overload

Microsoft.VisualStudio.Modeling Namespace