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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。