 | XmlSchemaManagerChildElementNames Method |
Gets the Names for all elements, which can be added to the child which is
defined with the name of it's parent and the name of itself.
Namespace: Aml.Engine.SchemaAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic IEnumerable<XName> ChildElementNames(
XName parentName,
XName childName,
bool includeChoice
)
Public Function ChildElementNames (
parentName As XName,
childName As XName,
includeChoice As Boolean
) As IEnumerable(Of XName)
public:
IEnumerable<XName^>^ ChildElementNames(
XName^ parentName,
XName^ childName,
bool includeChoice
)
Parameters
- parentName XName
- Name of the child's parent.
- childName XName
- Name of the child
- includeChoice Boolean
- if set to true [include choice].
Return Value
IEnumerableXNameEnumeration of all names of possible child elements.
See Also