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 Object..::..Equals(Object).)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (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