LinkElementId Members


The LinkElementId type exposes the following members.

Constructors

  NameDescription
Public methodLinkElementId(ElementId)
Creates a new LinkElementId representing an element in the host document.
Public methodLinkElementId(ElementId, ElementId)
Creates a new LinkElementId representing an element in a linked document.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Operators

  NameDescription
Public operatorStatic memberEquality
Determines whether these two LinkElementIds are the same.
Public operatorStatic memberInequality
Determines whether these two LinkElementIds are different.

Properties

  NameDescription
Public propertyHostElementId
The id of the element in the host, or invalidElementId if there is a link.
Public propertyLinkedElementId
The id of the element in the link, or invalidElementId if no link.
Public propertyLinkInstanceId
The id of the link, or invalidElementId if no link.

See Also