ProtoGroup Class
Contains the information to re-create an ElementGroup in the context of any store.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.Modeling.ProtoGroup
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class ProtoGroup _
Implements ISerializable
[SerializableAttribute]
public sealed class ProtoGroup : ISerializable
[SerializableAttribute]
public ref class ProtoGroup sealed : ISerializable
[<Sealed>]
[<SerializableAttribute>]
type ProtoGroup =
class
interface ISerializable
end
public final class ProtoGroup implements ISerializable
The ProtoGroup type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProtoGroup | Creates an instance of the ProtoGroup class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetObjectData | Populate the serialization info with this object's data. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ReconstituteGroup | Create a clone of this prototype's progenitor ElementGroup associated with the specified partition. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Remarks
Recreating an ElementGroup assumes that the elements and ElementLinks in the group have already been created in the store by the parent ElementGroupPrototype.
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.