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 (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class ProtoGroup _
    Implements ISerializable
'Usage
Dim instance As ProtoGroup
[SerializableAttribute]
public sealed class ProtoGroup : ISerializable
[SerializableAttribute]
public ref class ProtoGroup sealed : ISerializable
public final class ProtoGroup implements ISerializable

Remarks

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

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.ProtoGroup

Thread Safety

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

See Also

Reference

ProtoGroup Members

Microsoft.VisualStudio.Modeling Namespace