ProtoElementBase Class
Represents the prototype for the element.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Microsoft.VisualStudio.Modeling::ProtoElementBase
Microsoft.VisualStudio.Modeling::ProtoElement
Microsoft.VisualStudio.Modeling::ProtoLink
| Name | Description | |
|---|---|---|
![]() | ProtoElementBase(Guid) | Creates an instance of the ProtoElementBase class for a given domainClassId. This mode is used to determine whether the given DomainClassInfo type can be merged under any given model element. |
![]() | ProtoElementBase(ModelElement^) | Creates an instance of the ProtoElementBase class. |
![]() | ProtoElementBase(SerializationInfo^, StreamingContext) | Creates an instance of the ProtoElementBase class. |
| Name | Description | |
|---|---|---|
![]() | DomainClassId | Get the Id of the domain class for this prototype element. |
![]() | ElementId | Get the Id of the prototype element. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | Serializes object data into the SerializationInfo object. |
![]() | GetPropertyAssignments(Partition^) | Get the AttributeAssignements for the progenitor element's attributes |
![]() | GetPropertyValue(Guid) | Gets the value of the specified domain property. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ReconstituteObject(Dictionary<Guid, Guid>^, Partition^) | Creates an element in the partition with the same attributes as the progenitor element |
![]() | ToString() | (Inherited from Object.) |
A prototype is a compressed, serializable version of an element. A prototype monitors what properties an element contains so that the prototype can be deserialized into another store. You can use a prototype to create an element in any store.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


