ICombinedFragment.DisplayName 属性

获取或设置在序列图上的组合片段的标签。 还设置 InteractionOperator,如果您将其设置为标准运算符名称,如 Opt 或 Break。

命名空间:  Microsoft.VisualStudio.Uml.Interactions
程序集:  Microsoft.VisualStudio.Uml.Interfaces(在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

语法

声明
Property DisplayName As String
string DisplayName { get; set; }
property String^ DisplayName {
    String^ get ();
    void set (String^ value);
}
abstract DisplayName : string with get, set
function get DisplayName () : String
function set DisplayName (value : String)

属性值

类型:System.String

备注

如果用户或程序代码将此属性设置为 InteractionOperatorKind 的其中一个值,则 InteractionOperator 将被设置为相同的值。 如果此项设置为另一个值,则 InteractionOperator 会设置为 Alt。

如果该值设置为 Loop(n,m),InteractionOperator 设置为循环,则会将 n 和 m 分别设置为第一个操作数的最大值和最小值。

.NET Framework 安全性

请参见

参考

ICombinedFragment 接口

Microsoft.VisualStudio.Uml.Interactions 命名空间