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