ProtoGroup Class

 

Contains the information to re-create an ElementGroup in the context of any store.

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

System::Object
  Microsoft.VisualStudio.Modeling::ProtoGroup

[SerializableAttribute]
public ref class ProtoGroup sealed : ISerializable

NameDescription
System_CAPS_pubmethodProtoGroup(ElementGroup^)

Creates an instance of the ProtoGroup class.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetObjectData(SerializationInfo^, StreamingContext)

Populate the serialization info with this object's data.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodReconstituteGroup(Dictionary<Guid, Guid>^, Partition^)

Create a clone of this prototype's progenitor ElementGroup associated with the specified partition.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Recreating an ElementGroup assumes that the elements and ElementLinks in the group have already been created in the store by the parent ElementGroupPrototype.

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: