SolutionXMLElementName property

Microsoft Visio Developer Reference

SolutionXMLElementName property

   Example   

Returns the name of the SolutionXML element.

Version added

2002

Syntax

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.

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.