CopyOriginContext Class
Provides information about the origin of the ElementGroupPrototype.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | CopyOriginContext(SerializationInfo^, StreamingContext) | Initializes a new instance of the CopyOriginContext class. This is used for deserialization. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() ![]() | GetCopyOrigin(ElementGroup^) | Returns the text that represents the origin of the ElementGroupPrototype, or String.Empty if none exists. |
![]() ![]() | GetCopyOrigin(ElementGroupPrototype^) | Returns the text that represents the origin of the ElementGroupPrototype, or String.Empty if not found. |
![]() ![]() | GetCopyOrigin(Transaction^) | Returns the text that represents the origin of the ElementGroupPrototype that is being merged during the specified transaction, or String.Empty if none exists. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | Populates a SerializationInfo with the data needed to serialize this object. |
![]() | GetType() | (Inherited from Object.) |
![]() ![]() | HasContext(ElementGroupPrototype^) | Returns true if the elementGroupPrototype's SourceContext has a CopyOriginContext. |
![]() ![]() | HasContext(Transaction^) | Returns true if the transaction's ContextInfo has a CopyOriginContext. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() ![]() | Set(ElementGroupPrototype^, String^) | Adds the ElementGroupPrototype origin information to the ElementGroupPrototype. |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


