Shared Content Element 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: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public class SharedContentElementVB
Public Class SharedContentElementC++
public ref class SharedContentElementF#
type SharedContentElement = class end- Inheritance
- Object SharedContentElement
Constructors
| SharedContentElement | Constructor |
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
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |