ElementGroupPrototype::GetObjectData Method (SerializationInfo^, StreamingContext)

 

Populate the serialization info with the data necessary to serialize this object.

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

public:
[SecurityPermissionAttribute(SecurityAction::Demand, Flags = SecurityPermissionFlag::SerializationFormatter)]
virtual void GetObjectData(
	SerializationInfo^ info,
	StreamingContext context
) sealed

Parameters

info
Type: System.Runtime.Serialization::SerializationInfo^

The serialization information

context
Type: System.Runtime.Serialization::StreamingContext

The streaming context

Return to top
Show: