S
Expand Minimize
This topic has not yet been rated - Rate this topic

SolutionXMLElementExists Property [Visio 2003 SDK Documentation]

Office 2003

Indicates whether a named SolutionXML element exists in the document.

boolRet = object.SolutionXMLElementExists (elementName)

boolRet     Boolean. True (-1) if a SolutionXML element named elementName exists; False (0) if it does not.

object     Required. An expression that returns a Document object.

elementName     Required String. The case-sensitive name of the SolutionXML element.

Version added

2002

Remarks

Because the SolutionXMLElement property can overwrite existing XML data, always use the SolutionXMLElementExists property to verify whether elementName already exists in the document.



Applies to | Document object



Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.