Document.DeleteSolutionXMLElement method (Visio)
Deletes the named SolutionXML element.
Syntax
expression.DeleteSolutionXMLElement (ElementName)
expression A variable that represents a Document object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
ElementName | Required | String | The case-sensitive name of the SolutionXML data element. |
Return value
Nothing
Remarks
The ElementName parameter is case-sensitive and should match the name passed as a parameter to the SolutionXMLElement property.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.