CopyOriginContext Class

 

Provides information about the origin of the ElementGroupPrototype.

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

System::Object
  Microsoft.VisualStudio.Modeling::CopyOriginContext

[SerializableAttribute]
public ref class CopyOriginContext : ISerializable

NameDescription
System_CAPS_protmethodCopyOriginContext(SerializationInfo^, StreamingContext)

Initializes a new instance of the CopyOriginContext class. This is used for deserialization.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticGetCopyOrigin(ElementGroup^)

Returns the text that represents the origin of the ElementGroupPrototype, or String.Empty if none exists.

System_CAPS_pubmethodSystem_CAPS_staticGetCopyOrigin(ElementGroupPrototype^)

Returns the text that represents the origin of the ElementGroupPrototype, or String.Empty if not found.

System_CAPS_pubmethodSystem_CAPS_staticGetCopyOrigin(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.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetObjectData(SerializationInfo^, StreamingContext)

Populates a SerializationInfo with the data needed to serialize this object.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticHasContext(ElementGroupPrototype^)

Returns true if the elementGroupPrototype's SourceContext has a CopyOriginContext.

System_CAPS_pubmethodSystem_CAPS_staticHasContext(Transaction^)

Returns true if the transaction's ContextInfo has a CopyOriginContext.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticSet(ElementGroupPrototype^, String^)

Adds the ElementGroupPrototype origin information to the ElementGroupPrototype.

System_CAPS_pubmethodToString()

(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.

Return to top
Show: