ItemListFilterInfo::GetObjectData Method
Serializes the ItemListFilterInfo object data to the specified SerializationInfo object.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
[SecurityPermissionAttribute(SecurityAction::Demand, SerializationFormatter = true)] public: virtual void GetObjectData( SerializationInfo^ info, StreamingContext context )
Parameters
- info
- Type: System.Runtime.Serialization::SerializationInfo
The SerializationInfo object that receives the serialized object data.
- context
- Type: System.Runtime.Serialization::StreamingContext
The StreamingContext object that contains contextual information about the source or destination.
Implements
ISerializable::GetObjectData(SerializationInfo, StreamingContext)| Exception | Condition |
|---|---|
| ArgumentNullException | info is a nullptr. |
Show: