SharedContentElement Class

This class holds the properties of a shared content element that needs to be replaced in a topic

Definition

Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.2.18.0
public class SharedContentElement
Inheritance
Object    SharedContentElement

Constructors

Properties

Attribute This read-only property returns the XPath expression used to get an attribute name if the content value is to be added as an attribute.
Item This read-only property returns the item XPath expression used to get the name of the content item that will replace the element.
Parameters This read-only property returns the XPth expression used to select parameter elements
Path This read-only property returns the XPath expression used to find elements to be replaced
Undefined This read-only property returns the item XPath expression used to get the value used to replace the item if the named item is not found.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also