IBehavioralFeature.Methods 属性

获取执行行为功能的方法。 对于分类器(作为行为的拥有者)和行为特性(作为行为的规范)配对,可能至少存在一个行为。

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

语法

声明
ReadOnly Property Methods As IList(Of IBehavior)
    Get
IList<IBehavior> Methods { get; }
property IList<IBehavior^>^ Methods {
    IList<IBehavior^>^ get ();
}
abstract Methods : IList<IBehavior>
function get Methods () : IList<IBehavior>

属性值

类型:System.Collections.Generic.IList<IBehavior>

.NET Framework 安全性

请参见

参考

IBehavioralFeature 接口

Microsoft.VisualStudio.Uml.Classes 命名空间