IBehavioralFeature.Methods Property

Gets Methods that implement the Behavioral Feature. There may be at most one behavior for each pairing of a classifier (as owner of the behavior) and a behavioral feature (as specification of the behavior).

Namespace:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

'Declaration
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>

Property Value

Type: System.Collections.Generic.IList<IBehavior>

.NET Framework Security

See Also

Reference

IBehavioralFeature Interface

Microsoft.VisualStudio.Uml.Classes Namespace