ProtoElement Class

 

Represents the prototype class for an element.

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

System::Object
  Microsoft.VisualStudio.Modeling::ProtoElementBase
    Microsoft.VisualStudio.Modeling::ProtoElement

[SerializableAttribute]
public ref class ProtoElement sealed : ProtoElementBase, ISerializable

NameDescription
System_CAPS_pubmethodProtoElement(Guid)

Creates an instance of the ProtoElementBase class

System_CAPS_pubmethodProtoElement(ModelElement^)

Creates an instance of the ProtoElement class.

NameDescription
System_CAPS_pubpropertyDomainClassId

Get the Id of the domain class for this prototype element.(Inherited from ProtoElementBase.)

System_CAPS_pubpropertyElementId

Get the Id of the prototype element.(Inherited from ProtoElementBase.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetObjectData(SerializationInfo^, StreamingContext)

Serializes object data into the SerializationInfo object.(Overrides ProtoElementBase::GetObjectData(SerializationInfo^, StreamingContext).)

System_CAPS_pubmethodGetPropertyValue(Guid)

Gets the value of the specified domain property.(Inherited from ProtoElementBase.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

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

Creates an element in the partition with the same attributes as the progenitor element(Overrides ProtoElementBase::ReconstituteObject(Dictionary<Guid, Guid>^, Partition^).)

System_CAPS_pubmethodToString()

(Inherited from Object.)

A prototype is a compressed, serializable version of an element. A prototype is aware of what properties that element contains so that it can be deserialized into another 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.

Return to top
Show: