是否可以在 Visio 2007 中显示方法/操作返回和对象数组(而不仅仅是单个对象)?

发布于 2024-10-17 00:20:55 字数 57 浏览 1 评论 0原文

我特别提到生成静态结构(类图)。我注意到您可以将返回类型设置为特定对象,但似乎无法选择返回对象集合。

I am making particular reference to producing a Static Structure (class diagram). I notice that you can set the return type to a particular object, but there appears to be no way to select that collection of objects be returned instead.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

许你一世情深 2024-10-24 00:20:55

选择类,转到属性,找到操作,单击属性,您将在对话框中看到前缀和后缀字段。您可以使用这些字段来修改返回表达式,例如:

  • 您可以键入“col”作为前缀来表达对象的集合。
  • 您可以键入“[]”作为后缀来表示对象数组。

或者其他什么。

Select the class, go to Properties, find the Operation, click on Properties and you'll see Prefix and Suffix fields in the dialog box. You can use these fields to modify the return expression, for example:

  • You can type "col " as Prefix to express a collection of objects.
  • You can type "[]" as Suffix to express an array of objects.

Or anything else.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文