Share via


SolutionXMLElementName Property [Visio 2003 SDK Documentation]

Returns the name of the SolutionXML element.

strRet = object**.SolutionXMLElementName**(index)**

strRet     String. The case-sensitive name of the SolutionXML element.

object     Required. An expression that returns a Document object.

index     Required Long. The index of the SolutionXML element in the document.

Version added

2002

Remarks

The only way to retrieve SolutionXML data is by name. You can use the SolutionXMLElementName property to get the element name to pass to the SolutionXMLElement property.

Applies to | Document object

See Also | SolutionXMLElement property | SolutionXMLElementCount property | SolutionXMLElementExists property