SPFieldLookupValueCollection Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the SPFieldLookupValueCollection class with serialized data.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext
Dim instance As New SPFieldLookupValueCollection(info, context)
protected SPFieldLookupValueCollection(
SerializationInfo info,
StreamingContext context
)
Parameters
info
Type: System.Runtime.Serialization.SerializationInfoThe SerializationInfo object that holds the serialized object data.
context
Type: System.Runtime.Serialization.StreamingContextThe StreamingContext object that contains contextual information about the source of the data.
See Also
Reference
SPFieldLookupValueCollection Class
SPFieldLookupValueCollection Members
SPFieldLookupValueCollection Overload