Shared Content Element Constructor
Constructor
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 SharedContentElement(
string path,
string item,
string parameters,
string attribute,
IXmlNamespaceResolver context
)VB
Public Sub New (
path As String,
item As String,
parameters As String,
attribute As String,
context As IXmlNamespaceResolver
)C++
public:
SharedContentElement(
String^ path,
String^ item,
String^ parameters,
String^ attribute,
IXmlNamespaceResolver^ context
)F#
new :
path : string *
item : string *
parameters : string *
attribute : string *
context : IXmlNamespaceResolver -> SharedContentElementParameters
- path String
- The path expression
- item String
- The item name expression
- parameters String
- The parameters expression
- attribute String
- The attribute name expression
- context IXmlNamespaceResolver
- The context to use for the XPath expressions