Visual Basic (Declaration) | |
---|---|
Public Sub GetObjectData( _ ByVal info As SerializationInfo, _ ByVal context As StreamingContext _ ) |
C# | |
---|---|
public void GetObjectData( SerializationInfo info, StreamingContext context ) |
C++/CLI | |
---|---|
public: void GetObjectData( SerializationInfo^ info, StreamingContext context ) |
Parameters
- info
- The object to serialize the data to.
- context
- The context for the serialization stream.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)