ValidationRule.Description 属性 (Visio)

指定用户界面中显示的 ValidationRule 对象的说明。 读/写。

语法

表达式描述

表达 一个代表 ValidationRule 对象的变量。

返回值

String

备注

不能将 Description 属性设置为超过 255 个字符的值。

示例

以下Visual Basic for Applications (VBA) 示例演示如何使用 Description 属性设置在名为“Unglued2DShape”的验证规则用户界面中显示的说明。

Set vsoValidationRule = vsoValidationRuleSet.Rules.Add("Unglued2DShape")
vsoValidationRule.Description = "This 2-dimensional shape is not connected to any other shape."

支持和反馈

有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。