다음을 통해 공유


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> with get
function get Methods () : IList<IBehavior>

속성 값

형식: IList<IBehavior>

.NET Framework 보안

참고 항목

참조

IBehavioralFeature 인터페이스

Microsoft.VisualStudio.Uml.Classes 네임스페이스