IBehavioralFeature.Methods 屬性

取得實作行為功能的方法。每個分類器 (做為行為擁有者) 與行為功能 (做為行為規格) 的配對可能最多只有一個行為。

命名空間:  Microsoft.VisualStudio.Uml.Classes
組件:  Microsoft.VisualStudio.Uml.Interfaces (在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

語法

'宣告
ReadOnly Property Methods As IList(Of IBehavior)
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 命名空間