SharedContentElement Constructor
Constructor
Namespace: Sandcastle.Tools.BuildComponents.TargetsAssembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public SharedContentElement(
string path,
string item,
string parameters,
string attribute,
IXmlNamespaceResolver context
)
Public Sub New (
path As String,
item As String,
parameters As String,
attribute As String,
context As IXmlNamespaceResolver
)
public:
SharedContentElement(
String^ path,
String^ item,
String^ parameters,
String^ attribute,
IXmlNamespaceResolver^ context
)
new :
path : string *
item : string *
parameters : string *
attribute : string *
context : IXmlNamespaceResolver -> SharedContentElement
Parameters
- 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