Provides the URIs for the execution programs that are declared in a <notation>
declaration. A notation
object is returned from the notations
property of the ISchema
interface.
publicIdentifier | Retrieves the public identifier URI. |
systemIdentifier | Retrieves the system identifier URI. |
var oNotations = oSchema.notations; var oNotation = oNotations(index);
Set oNotations = oSchema.notations Set oNotation = oNotations(index)
HRESULT get_notations(ISchemaItemCollection** notations); HRESULT notations->get_item(long index, ISchemaNotation** notation);
MSXML 4.0 and later
Implementation: msxml5.dll, msxml2.lib
Header and LIB files: msxml2.h, msxml2.lib, msxml2.idl
Inheritance: Inherits from the ISchemaItem interface.
To view reference information for Visual Basic or C/C++ only, click the Language Filter button in the upper-left corner of the page.
Notation Declarations | notation Element | startDTD Method | SOM Reference