ElementGroupContext Class

 

Stores context information about an element group.

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

System::Object
  Microsoft.VisualStudio.Modeling::ElementGroupContext

[SerializableAttribute]
public ref class ElementGroupContext sealed : ISerializable, 
	IDeserializationCallback

NameDescription
System_CAPS_pubmethodElementGroupContext()

Creates an instance of the ElementGroupContext class.

NameDescription
System_CAPS_pubpropertyContextInfo

Context information. Used to hold tag/value pairs

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIDeserializationCallback::OnDeserialization(Object^)

Reconstruct the table here, when the entire object graph has been deserialized.

System_CAPS_pubinterfaceSystem_CAPS_privmethodISerializable::GetObjectData(SerializationInfo^, StreamingContext)

Populate the serialization info with this object's data.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: