 | XmlSchemaManagerGetAnnotation(XmlSchemaElement) Method |
Gets the annotation from the schema element.
Namespace: Aml.Engine.SchemaAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic string GetAnnotation(
XmlSchemaElement schemaElement
)
Public Function GetAnnotation (
schemaElement As XmlSchemaElement
) As String
public:
String^ GetAnnotation(
XmlSchemaElement^ schemaElement
)
Parameters
- schemaElement XmlSchemaElement
- The schema element.
Return Value
StringThe annotation of the schema element, as it is defined in the schema.
See Also