Share via


ModelingBindingSourceToolboxItem Constructor (SerializationInfo, StreamingContext)

This type has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses any member of this type throws a MethodAccessException.

[SECURITY CRITICAL]

Constuctor we must provide for serialization

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

Syntax

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

Parameters

  • info
    Type: SerializationInfo
  • context
    Type: StreamingContext

See Also

Reference

ModelingBindingSourceToolboxItem Class

ModelingBindingSourceToolboxItem Overload

Microsoft.VisualStudio.Modeling.Shell Namespace