次の方法で共有


Hyperlink.ExtraInfo Property

Visio Automation Reference

Returns or sets extra URL request information used to resolve the hyperlink's URL. Read/write.

Version Information
 Version Added:  Visio 5.0

Syntax

expression.ExtraInfo

expression   A variable that represents a Hyperlink object.

Return Value
String

Remarks

Setting the ExtraInfo property of a shape's Hyperlink object is optional, and is equivalent to setting the value of the ExtraInfo cell in the shape's Hyperlink.name row.

You might, for example, set the Hyperlink object's ExtraInfo property to the coordinates of an image map, the contents of a form, or a file name.

If the ExtraInfo property you provide contains reserved characters other than spaces, you must input the escape character "%" and the character's hexidecimal equivalent. For example:

For "NAME=John Smith", set the ExtraInfo property to "NAME=John Smith," because the extra information contains spaces, but no reserved characters.

For "PATH=driveletter:\foldename", set the ExtraInfo property to "PATH=driveletter%3A%5Cfoldername", because of the reserved characters.

See Also